Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 24, 2024
1 parent 64fd374 commit 1d7deda
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -155,7 +155,7 @@
"from": "default"
},
"baseUrl": {
"value": "https://todomvc.com/examples/vanillajs",
"value": "https://todomvc.com/examples/backbone/dist",
"from": "config"
},
"blockHosts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 1d7deda

Please sign in to comment.