From 1d7deda473a4f02f4088c2a6915b597b631cecf3 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 23 Jan 2024 17:11:42 -0800 Subject: [PATCH] chore: .. --- e2e/config-esm-cjs/cypress.config.js | 2 +- e2e/config-esm-js/cypress.config.js | 2 +- e2e/config-esm-mjs/cypress.config.mjs | 2 +- e2e/config-noesm-js/cypress.config.js | 2 +- e2e/monorepo/packages/some/cypress.config.ts | 2 +- examples/webapp/cypress.config.ts | 2 +- .../payloads/cypressResult/exception/config.json | 8 ++++---- .../cypressResult/no-exception/common-path.js | 16 ++++++++-------- .../payloads/cypressResult/no-exception/mixed.js | 16 ++++++++-------- .../cypressResult/no-exception/single-failed.js | 8 ++++---- .../cypressResult/no-exception/single-passed.js | 8 ++++---- 11 files changed, 34 insertions(+), 34 deletions(-) diff --git a/e2e/config-esm-cjs/cypress.config.js b/e2e/config-esm-cjs/cypress.config.js index ada76a94..6578a63f 100644 --- a/e2e/config-esm-cjs/cypress.config.js +++ b/e2e/config-esm-cjs/cypress.config.js @@ -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", diff --git a/e2e/config-esm-js/cypress.config.js b/e2e/config-esm-js/cypress.config.js index ada76a94..6578a63f 100644 --- a/e2e/config-esm-js/cypress.config.js +++ b/e2e/config-esm-js/cypress.config.js @@ -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", diff --git a/e2e/config-esm-mjs/cypress.config.mjs b/e2e/config-esm-mjs/cypress.config.mjs index b9313a80..c0ba9786 100644 --- a/e2e/config-esm-mjs/cypress.config.mjs +++ b/e2e/config-esm-mjs/cypress.config.mjs @@ -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", diff --git a/e2e/config-noesm-js/cypress.config.js b/e2e/config-noesm-js/cypress.config.js index 58e874d2..080002be 100644 --- a/e2e/config-noesm-js/cypress.config.js +++ b/e2e/config-noesm-js/cypress.config.js @@ -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", diff --git a/e2e/monorepo/packages/some/cypress.config.ts b/e2e/monorepo/packages/some/cypress.config.ts index 357ec15a..90f14de5 100644 --- a/e2e/monorepo/packages/some/cypress.config.ts +++ b/e2e/monorepo/packages/some/cypress.config.ts @@ -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", diff --git a/examples/webapp/cypress.config.ts b/examples/webapp/cypress.config.ts index 39e2aada..bc038a84 100644 --- a/examples/webapp/cypress.config.ts +++ b/examples/webapp/cypress.config.ts @@ -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", diff --git a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/exception/config.json b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/exception/config.json index 5d14a308..3f4b5dfa 100644 --- a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/exception/config.json +++ b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/exception/config.json @@ -2,7 +2,7 @@ "configFile": "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", "testingType": "e2e", "projectId": "l4zuz8", - "baseUrl": "https://todomvc.com/examples/vanillajs", + "baseUrl": "https://todomvc.com/examples/backbone/dist", "videoUploadOnPasses": false, "supportFile": "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", "specPattern": "cypress/*/*.spec.js", @@ -13,7 +13,7 @@ "rawJson": { "e2e": { "projectId": "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", @@ -28,7 +28,7 @@ } }, "projectId": "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", @@ -155,7 +155,7 @@ "from": "default" }, "baseUrl": { - "value": "https://todomvc.com/examples/vanillajs", + "value": "https://todomvc.com/examples/backbone/dist", "from": "config" }, "blockHosts": { diff --git a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/common-path.js b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/common-path.js index c726421d..ad4e3952 100644 --- a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/common-path.js +++ b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/common-path.js @@ -108,7 +108,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -120,7 +120,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -132,7 +132,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -254,7 +254,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" }, @@ -528,7 +528,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -540,7 +540,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -552,7 +552,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -674,7 +674,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" }, diff --git a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/mixed.js b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/mixed.js index fdbec8ec..c25d2ea9 100644 --- a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/mixed.js +++ b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/mixed.js @@ -108,7 +108,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -120,7 +120,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -132,7 +132,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -254,7 +254,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" }, @@ -528,7 +528,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -540,7 +540,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -552,7 +552,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -674,7 +674,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" }, diff --git a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-failed.js b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-failed.js index 0e984dee..c124989d 100644 --- a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-failed.js +++ b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-failed.js @@ -143,7 +143,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -155,7 +155,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -167,7 +167,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -289,7 +289,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" }, diff --git a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-passed.js b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-passed.js index f49762d7..d0e51ef4 100644 --- a/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-passed.js +++ b/packages/cypress-cloud/lib/results/__tests__/fixtures/payloads/cypressResult/no-exception/single-passed.js @@ -108,7 +108,7 @@ module.exports = { "/Users/agoldis/cypress-cloud/examples/webapp/cypress.config.ts", testingType: "e2e", projectId: "l4zuz8", - baseUrl: "https://todomvc.com/examples/vanillajs", + baseUrl: "https://todomvc.com/examples/backbone/dist", videoUploadOnPasses: false, supportFile: "/Users/agoldis/cypress-cloud/examples/webapp/cypress/support/e2e.ts", @@ -120,7 +120,7 @@ module.exports = { rawJson: { e2e: { projectId: "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", @@ -132,7 +132,7 @@ module.exports = { devServer: { framework: "next", bundler: "webpack" }, }, projectId: "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", @@ -254,7 +254,7 @@ module.exports = { animationDistanceThreshold: { value: 5, from: "default" }, arch: { value: "arm64", from: "default" }, baseUrl: { - value: "https://todomvc.com/examples/vanillajs", + value: "https://todomvc.com/examples/backbone/dist", from: "config", }, blockHosts: { value: null, from: "default" },