Skip to content

Commit

Permalink
Merge branch 'feature/gha-commit-info' of github.com-currents:current…
Browse files Browse the repository at this point in the history
…s-dev/cypress-cloud into feature/gha-commit-info
  • Loading branch information
miguelangarano committed Jan 25, 2024
2 parents b686874 + 1d7deda commit fde7ba9
Show file tree
Hide file tree
Showing 27 changed files with 9,980 additions and 8,331 deletions.
2 changes: 1 addition & 1 deletion .circleci/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: v5-deps-{{ checksum "package-lock.json" }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- run: npm install
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/e2e-smoke-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-cjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-esm-mjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-config-noesm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install npm
run: npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress@12.17.4 install --force

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion e2e/config-esm-cjs/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import terminalPlugin from "cypress-terminal-report/src/installLogsPrinter";

export default defineConfig({
e2e: {
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,
supportFile: "cypress/support/e2e.js",
specPattern: "cypress/*/**/*.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion e2e/config-esm-js/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import terminalPlugin from "cypress-terminal-report/src/installLogsPrinter";

export default defineConfig({
e2e: {
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,
supportFile: "cypress/support/e2e.js",
specPattern: "cypress/*/**/*.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion e2e/config-esm-mjs/cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import terminalPlugin from "cypress-terminal-report/src/installLogsPrinter";

export default defineConfig({
e2e: {
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,

supportFile: "cypress/support/e2e.mjs",
Expand Down
2 changes: 1 addition & 1 deletion e2e/config-noesm-js/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { cloudPlugin } = require("cypress-cloud/plugin");

module.exports = defineConfig({
e2e: {
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,
supportFile: "cypress/support/e2e.js",
specPattern: "cypress/*/**/*.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion e2e/monorepo/packages/some/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import currents from "cypress-cloud/plugin";

module.exports = defineConfig({
e2e: {
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,
supportFile: "cypress/support/e2e.ts",
specPattern: "cypress/*/**/*.spec.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/webapp/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = defineConfig({
projectId: !!(process.env.GITHUB_ACTION || process.env.CIRCLE_BRANCH)
? "Ij0RfK"
: "l4zuz8",
baseUrl: "https://todomvc.com/examples/vanillajs",
baseUrl: "https://todomvc.com/examples/backbone/dist",
videoUploadOnPasses: false,
supportFile: "cypress/support/e2e.ts",
specPattern: "cypress/*/**/*.spec.js",
Expand Down
Loading

0 comments on commit fde7ba9

Please sign in to comment.