Some comments:
__tests__:
- some helpers defined in the test scripts do not seem to be used (ex
loadUrl, waitForText, ...), are they necessary?
- nt4s url needs to be removed, this should preferably be a config variable somewhere (lib/config.js
baseUrl?), you can use http://test.fadi.cetic.be as a placeholder.
- if possible, use the test case identifier in the filename instead of introducting a new numerotation
- provide examples in README.md
- Test-scripts-specifications.md :
- links should be relative, not absolute
- some links are missing
- Cockburns-specifications.md :
- remove remaining pgadmin references
Originally posted by @banzo in #107 (comment)
Some comments:
__tests__:loadUrl,waitForText, ...), are they necessary?baseUrl?), you can use http://test.fadi.cetic.be as a placeholder.Originally posted by @banzo in #107 (comment)