-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 stepstests/ 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