Skip to content

Commit

Permalink
feat: upgrade wdio (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 13, 2024
1 parent eb619d2 commit 8ceb8be
Show file tree
Hide file tree
Showing 6 changed files with 1,642 additions and 279 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/webdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: start a server
run: "php -S 127.0.0.1:8000 -t test/data/app &"
- name: run unit tests
run: ./node_modules/.bin/mocha test/helper/WebDriver_test.js
run: ./node_modules/.bin/mocha test/helper/WebDriver_test.js --exit
- name: run unit tests - no selenium server
run: ./node_modules/.bin/mocha test/helper/WebDriver.noSeleniumServer_test.js --exit
- name: run tests
run: "./bin/codecept.js run -c test/acceptance/codecept.WebDriver.js --grep @WebDriver --debug"

Loading

0 comments on commit 8ceb8be

Please sign in to comment.