Skip to content

Commit e9893cd

Browse files
committed
GithubActions_DockerfileChanges
1 parent 0d85afc commit e9893cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ test-results/
33
allure-results/
44
allure-report/
55
Downloads/
6-
html-report.zip/
6+
html-report.zip/

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: PlaywrightTestConfig = {
1313
globalSetup: `./global-setup`,
1414

1515
//Global Teardown to run after all tests
16-
// globalTeardown: `./global-teardown`,
16+
globalTeardown: `./global-teardown`,
1717

1818
//sets timeout for each test case
1919
timeout: 120000,

0 commit comments

Comments
 (0)