Skip to content

Commit

Permalink
adjust config for sauce-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jun 17, 2022
1 parent 46787fa commit deddb3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/sauce-connect/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ defaults:
mode: sauce
cypress:
configFile: cypress.config.js
version: 10.1.0
version: 9.7.0

suites:
- name: "kitchen-sink on Sauce (Windows)"
browser: "chrome"
config:
specPattern: [ "*.spec.js" ]
specPattern: [ "cypress/**/*.*" ]

2 changes: 1 addition & 1 deletion tests/sauce-connect/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ suites:
platformName: "macOS 11.00"
browser: "chrome"
config:
specPattern: [ "*.spec.js" ]
specPattern: [ "cypress/**/*.*" ]

1 change: 1 addition & 0 deletions tests/sauce-connect/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
e2e: {
supportFile: false,
},
});

0 comments on commit deddb3b

Please sign in to comment.