You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paul Götze edited this page Apr 3, 2018
·
1 revision
Welcome to the ember-cli-odyssey wiki!
TODO:
better way to define steps:
there could be a directory tests/randomWalk
with subdirectories and files defining steps
tests/
randomWalk/
wait.js
<page-name>/
is-applicable.js // definine general applicability conditions for all steps in this directory
do-this.js
do-that.js
have a separate page localhost:4200/randomTests
store executed steps and their parameters to enable repeating failed
e.g. in local storage
consistency checks that are evaluated whenever they apply