Skip to content

Commit 5baa9f8

Browse files
author
Matej Nesuta
committed
linting and CI fixes
1 parent 1143e4a commit 5baa9f8

File tree

6 files changed

+291
-203
lines changed

6 files changed

+291
-203
lines changed

e2e/playwright.config.ts

Lines changed: 1 addition & 2 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",

0 commit comments

Comments
 (0)