Make cypress happy about spec files all containing tests (#10709)

pull/28217/head
Michael Telatynski 2023-04-25 16:42:59 +01:00 committed by GitHub
parent 4b1b9b17ef
commit 86ea059de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default defineConfig({
return require("./cypress/plugins/index.ts").default(on, config);
},
baseUrl: "http://localhost:8080",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
specPattern: "cypress/e2e/**/*.spec.{js,jsx,ts,tsx}",
},
env: {
// Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image.