Skip to content

Commit c734efc

Browse files
authored
remove files related to nightly integration project (staticwebdev#27)
1 parent c804bc8 commit c734efc

File tree

7 files changed

+1
-213
lines changed

7 files changed

+1
-213
lines changed

.github/workflows/playwright-onDemand.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/playwright-scheduled.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@
2020

2121
npm-debug.log*
2222
yarn-debug.log*
23-
yarn-error.log*
24-
/test-results/
25-
/playwright-report/
26-
/playwright/.cache/
23+
yarn-error.log*

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"start": "react-scripts start",
1515
"build": "react-scripts build",
1616
"test": "react-scripts test",
17-
"playwright_test": "playwright test",
1817
"eject": "react-scripts eject"
1918
},
2019
"eslintConfig": {
@@ -31,8 +30,5 @@
3130
"last 1 firefox version",
3231
"last 1 safari version"
3332
]
34-
},
35-
"devDependencies": {
36-
"@playwright/test": "^1.22.2"
3733
}
3834
}

playwright.config.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/Readme.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/playwright.spec.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)