Install web acceptance test dependencies for web, accounts, settins
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const path = require('path')
|
||||
const WEB_PATH = process.env.WEB_PATH
|
||||
|
||||
const config = require(path.join(WEB_PATH, 'nightwatch.conf.js'))
|
||||
const config = require(path.join(WEB_PATH, 'tests/acceptance/nightwatch.conf.js'))
|
||||
|
||||
config.page_objects_path = [WEB_PATH + '/tests/acceptance/pageObjects', 'ui/tests/acceptance/pageobjects']
|
||||
config.custom_commands_path = WEB_PATH + '/tests/acceptance/customCommands'
|
||||
|
||||
Reference in New Issue
Block a user