File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 1
- name : PHP Composer
1
+ name : WebDriver Tests
2
2
3
3
on :
4
4
push :
33
33
34
34
- run : php ./vendor/bin/codecept build
35
35
- name : Start dev server
36
- run : php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &'
36
+ run : php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
37
37
38
38
- name : Tests
39
39
run : php ./vendor/bin/codecept run
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# WebDriver module for Codeception
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org /Codeception/module-webdriver. svg?branch=master )] ( https://travis-ci.org /Codeception/module-webdriver )
3
+ [ ![ WebDriver Tests ] ( https://github.com /Codeception/module-webdriver/actions/workflows/php.yml/badge. svg )] ( https://github.com /Codeception/module-webdriver/actions/workflows/php.yml )
4
4
5
5
## Installation
6
6
You can’t perform that action at this time.
0 commit comments