1
0

Merge pull request #1045 from bigcapitalhq/self-contained-e2e-github-action

feat(ci): self contained e2e GitHub action
This commit is contained in:
Ahmed Bouhuolia
2026-03-15 23:49:49 +02:00
committed by GitHub
parent ec17514d49
commit 5caa4bce61
4 changed files with 118 additions and 30 deletions
+2
View File
@@ -11,6 +11,8 @@ const config: PlaywrightTestConfig = {
workers: 1,
// Test directory
testDir: path.join(__dirname, 'e2e'),
// Only run authentication tests
testMatch: 'authentication.spec.ts',
// If a test fails, retry it additional 2 times
retries: 0,
// Artifacts folder where screenshots, videos, and traces are stored.