Skip to content

Commit 24bc905

Browse files
author
Matej Nesuta
committed
linting and CI fixes
1 parent 7e5e0f1 commit 24bc905

File tree

7 files changed

+293
-205
lines changed

7 files changed

+293
-205
lines changed

e2e/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { defineConfig, devices } from "@playwright/test";
22
import { defineBddConfig } from "playwright-bdd";
33

44
const bddTestDir = defineBddConfig({
5-
features: ["tests/**/features/@*/*.feature",
6-
],
5+
features: ["tests/**/features/@*/*.feature"],
76
steps: [
87
"tests/**/features/**/*.step.ts",
98
"tests/**/steps/**/*.ts",
@@ -47,7 +46,7 @@ export default defineConfig({
4746
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
4847
trace: "on-first-retry",
4948
screenshot: "only-on-failure",
50-
49+
5150
ignoreHTTPSErrors: true,
5251
},
5352

0 commit comments

Comments
 (0)