Install web acceptance test dependencies for web, accounts, settins

This commit is contained in:
pwengerter
2021-11-16 18:03:54 +00:00
parent f13ccb1dd2
commit c7cdccf8da
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const path = require('path')
const WEB_PATH = process.env.WEB_PATH
const TEST_INFRA_DIRECTORY = process.env.TEST_INFRA_DIRECTORY
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 = [TEST_INFRA_DIRECTORY + '/acceptance/pageObjects', 'ui/tests/acceptance/pageobjects']
config.custom_commands_path = TEST_INFRA_DIRECTORY + '/acceptance/customCommands'