The Results Demo also contains a few "fake" Test Specs
for demonstration purposes. Manual testings can be easily integrated with automated testing, even though the execution of the tests can occur at different times.
- Logout
- Sign in (uses a
Fake
automated fixture) - Sign up
- Turn off power
- Turn on power
For more information on the manual testing, refer here.
Note that the example Test Specs
leverage the variables and include features, minimizing typing and making them easier to maintain.
Install dependencies.
cd specs
bundle install
View the Specs using Jekyll in the specs folder.
cd specs
bundle exec jekyll serve