Skip to content

Commit b10c98d

Browse files
committed
readme
1 parent 2d3f856 commit b10c98d

4 files changed

Lines changed: 72 additions & 1 deletion

File tree

.github/workflows/devRun.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- "**/*.lock"
1010
- ".github/workflows/devRun.yml"
1111

12+
env:
13+
FLAKINESS_PROJECT: nirtal85/Playwright-Python-Example
14+
1215
permissions:
1316
contents: read
1417
pull-requests: write

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
default: 2
1717
type: number
1818

19+
env:
20+
FLAKINESS_PROJECT: nirtal85/Playwright-Python-Example
21+
1922
permissions:
2023
contents: read
2124
pages: write

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[dependency-groups]
22
dev = [
33
"ruff==0.15.9",
4-
"pre-commit==4.5.1"
4+
"pre-commit==4.5.1",
5+
"pytest-flakiness==0.17.0",
56
]
67

78
[project]

uv.lock

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)