Make cypress happy about spec files all containing tests (#10709)
parent
4b1b9b17ef
commit
86ea059de6
|
@ -27,7 +27,7 @@ export default defineConfig({
|
||||||
return require("./cypress/plugins/index.ts").default(on, config);
|
return require("./cypress/plugins/index.ts").default(on, config);
|
||||||
},
|
},
|
||||||
baseUrl: "http://localhost:8080",
|
baseUrl: "http://localhost:8080",
|
||||||
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
|
specPattern: "cypress/e2e/**/*.spec.{js,jsx,ts,tsx}",
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.
|
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.
|
||||||
|
|
Loading…
Reference in New Issue