stevebuik / greased

Faster Lightning development and testing
MIT License
26 stars 2 forks source link

FEATURE: Copyable simple sample test #1

Open stevebuik opened 7 years ago

stevebuik commented 7 years ago

When creating a new test, it takes a bit of time to create the new app, then copy in and clean up the code from greased_LoginFormTests.

A better solution would be another sample which has two test components, one focus change and one example of every test.xxx feature in the tool. This would optimise for minimum time for a developer to create a new test.

The test can be a test for ui:inputText so that there is some state that can be changed and asserted.