keystonejs / keystone-nightwatch-e2e

⚠️ Archived - Legacy end-to-end test framework for KeystoneJS applications.
https://keystonejs.github.io/keystone-nightwatch-e2e/javadoc/
MIT License
17 stars 7 forks source link

[WIP] Move nightwatch.json into this repo #20

Closed jstockwin closed 7 years ago

jstockwin commented 7 years ago

cc @webteckie

The nightwatch.json file is identical to how it was on keystone apart from:

line 11, which now reads the environment variable set in index.js. lines 8 and 9, which have been set to correct file paths.

jstockwin commented 7 years ago

@webteckie See most recent changes. Think it's all working now. Have also bumped version to 0.2.0 as I consider this a minor change - users no longer need nightwatch.json and now have to start passing through config options, these are likely breaking changes for most apps.

jstockwin commented 7 years ago

@webteckie Most recent commit should have addressed your comments. What do you think?