Skip to content

Commit

Permalink
Give up, leave to just unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Apr 5, 2024
1 parent 718bb86 commit ed7ae9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ jobs:
run: npm run build
- name: Run unit tests
run: npm run test:unit
- name: Run server
run: npm run test:server &
- name: Run e2e tests for chrome
run: npm run test:e2e -- --browsers=chrome
1 change: 0 additions & 1 deletion wdio.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports.config = {
if (browserName === 'chrome') {
capability['goog:chromeOptions'] = {
excludeSwitches: ['enable-automation'],
args: ['headless', 'disable-gpu', 'remote-debugging-pipe'], // Need for GitHub Actions
// Uncomment to test on Chrome Canary.
// binary: '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'
};
Expand Down

0 comments on commit ed7ae9e

Please sign in to comment.