Merge pull request #1045 from bigcapitalhq/self-contained-e2e-github-action
feat(ci): self contained e2e GitHub action
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user