File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8181 mkdir -p build/mails
8282 chmod -R 777 output/screenshots build/mails
8383 ./bin/start-selenium > output/selenium.log 2>&1 &
84- sleep 5
84+ sleep 15
8585 sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 &
8686 continue-on-error : ${{ matrix.experimental }}
8787
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ default:
77 - ./features
88 contexts :
99 - FeatureContext :
10- # Set database access credentials
1110 database :
1211 host : 127.0.0.1
1312 user : phplist
1413 password : phplist
1514 name : phplistdb
16- # Set admin user login credentials
1715 admin :
1816 username : admin
1917 password : Mypassword123+
@@ -24,7 +22,7 @@ default:
2422 - FailAid\Context\FailureContext
2523 extensions :
2624 Behat\MinkExtension :
27- show_cmd : ' cp %s ./output/lastResponse.html' # 'cat %s'
25+ show_cmd : ' cp %s ./output/lastResponse.html'
2826 base_url : ' http://127.0.0.1'
2927 default_session : chrome
3028 sessions :
@@ -37,7 +35,7 @@ default:
3735 version : " "
3836 chrome :
3937 switches :
40- - " --headless"
38+ - " --headless=new "
4139 - " --disable-gpu"
4240 - " --window-size=2000,2000"
4341 - " --lang=en"
You can’t perform that action at this time.
0 commit comments