Skip to content

Commit

Permalink
update post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jun 16, 2022
1 parent 1ed29ea commit edd224e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions tests/post-release/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ sauce:
- post release
build: Github Run $GITHUB_RUN_ID
cypress:
configFile: cypress.json
version: 9.3.1
configFile: cypress.config.js
version: 10.1.0
rootDir: ./

suites:
- name: "Post Release Test (MacOS) 1/2"
browser: "chrome"
platformName: "macOS 11.00"
config:
testFiles: [ "**/*.spec.js" ]
specPattern: [ "**/*.spec.js" ]
- name: "Post Release Test (MacOS) 2/2"
browser: "firefox"
platformName: "macOS 11.00"
config:
testFiles: [ "**/*.spec.js" ]
specPattern: [ "**/*.spec.js" ]

notifications:
slack:
Expand Down
8 changes: 4 additions & 4 deletions tests/post-release/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ sauce:
cypress:
# CAUTION: This has to be an already deployed framework version in the cloud. Not necessarily the one you want to test.
# Then use --runner-version to specify the release you actually want to use.
version: 7.3.0
configFile: "cypress.json"
version: 10.1.0
configFile: "cypress.config.js"
rootDir: ./
suites:
- name: "Post Release Test (Windows) 1/2"
browser: "chrome"
platformName: "Windows 10"
config:
testFiles: [ "**/*.spec.js" ]
specPattern: [ "**/*.spec.js" ]
- name: "Post Release Test (Windows) 2/2"
browser: "firefox"
platformName: "Windows 10"
config:
testFiles: [ "**/*.spec.js" ]
specPattern: [ "**/*.spec.js" ]

notifications:
slack:
Expand Down
7 changes: 7 additions & 0 deletions tests/post-release/cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { defineConfig } = require('cypress');

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

5 changes: 0 additions & 5 deletions tests/post-release/cypress.json

This file was deleted.

File renamed without changes.

0 comments on commit edd224e

Please sign in to comment.