winter/wn-test-plugin is a Laravel package for playground for winter cms.
It currently has 15 GitHub stars and 2.085 downloads on Packagist.
Install it with composer require winter/wn-test-plugin.
Discover more Laravel packages by winter
or browse all Laravel packages to compare alternatives.
Last updated
UI test plugin for Winter CMS, provides many different sample records and backend interfaces for testing the UI interactions and functionality in the Winter CMS backend.
This plugin is available for installation via Composer.
composer require winter/wn-test-plugin
After installing the plugin you will need to run the migrations and (if you are using a public folder) republish your public directory.
php artisan migrate
The following sections are explored, tested and demonstrated along with a list of the features used:
A Person "Has One" Phone (One to one relationship)
@todoA Post "Has Many" Comments (One to many relationship)
User "Belongs To Many" Roles (Many to many relationship)
A Country "Has Many" Posts "Through" a User (Has many through relationship)
An Attribute is a single generic model with many relationship types.
general.status).general.types).An attach relation when required inside a tab does not make the tab active.
Proxy fields throw a nasty error when the relation is non existant.
Record Finder does not incorporate deferred bindings.
HasOne relations acting as HasMany will break the list completely.
Pivot model with required field doesn't show the asterisk on the form.
All relation controllers
Test that input preset API works on fields
Test that trigger API works on fields