Improved www.ttss.krakow.pl
Jacek Kowalski
2019-09-14 6613d707b32732d8891d0ebcdc2736069fd10de8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: php
php:
  - 5.6
  - 7.0
  - 7.1
  - 7.2
  - 7.3
  - nightly
 
addons:
  firefox: latest
  chrome: stable
 
before_script:
  - 'php -S 127.0.0.1:8080 &'
  - 'nvm install stable'
  - 'npm install nightwatch selenium-server chromedriver geckodriver'
 
script:
# - 'node_modules/.bin/nightwatch -e chrome-headless'
  - 'node_modules/.bin/nightwatch -e firefox-headless'