Improved www.ttss.krakow.pl
Jacek Kowalski
2019-07-29 8142175e7557037e8c4ae1e41bf0075d38158c8c
Fix automated tests (add check_process_delay to Nightwatch config)

See: https://github.com/nightwatchjs/nightwatch/issues/2138
2 files modified
3 ■■■■ changed files
.travis.yml 2 ●●● patch | view | raw | blame | history
nightwatch.conf.js 1 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -16,5 +16,5 @@
  - 'npm install nightwatch selenium-server chromedriver geckodriver'
script:
# - 'node_modules/.bin/nightwatch -e chrome-headless'
  - 'node_modules/.bin/nightwatch -e chrome-headless'
  - 'node_modules/.bin/nightwatch -e firefox-headless'
nightwatch.conf.js
@@ -12,6 +12,7 @@
      'webdriver.chrome.driver': chromedriver.path,
      'webdriver.gecko.driver': geckodriver.path,
    },
    check_process_delay: 1000,
  },
  test_settings: {
    'chrome': {