Skip to content

Commit

Permalink
fix: minor build scripts fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Sep 21, 2023
1 parent 6bce673 commit d3f886b
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 105 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ hot
/test/func/**/reports
/test/func/packages/*/plugin.js
/hermione-report
tmp
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ hermione-report
test/func/**/report
test/func/**/reports
test/func/packages/*/plugin.js
test/func/fixtures/playwright/test-results
2 changes: 1 addition & 1 deletion test/func/fixtures/hermione/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"clean": "rm -rf report",
"hermione": "npx hermione",
"generate": "npx hermione",
"gui": "npx hermione gui --port 8001"
}
}
46 changes: 0 additions & 46 deletions test/func/fixtures/playwright/playwright.config.ts

This file was deleted.

42 changes: 0 additions & 42 deletions test/func/fixtures/playwright/tests/failed-describe.spec.ts

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 0 additions & 15 deletions test/func/fixtures/playwright/tests/success-describe.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion test/func/fixtures/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"clean": "rm -rf report",
"hermione": "npx hermione",
"generate": "npx hermione",
"gui": "npx hermione gui --port 8002"
}
}

0 comments on commit d3f886b

Please sign in to comment.