Skip to content

Commit e69e836

Browse files
authored
chore: port installation tests to @playwright/test (#13644)
1 parent 2e6ef8f commit e69e836

88 files changed

Lines changed: 1225 additions & 1092 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests_secondary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- run: npm run build
135135
- run: npx playwright install-deps
136136
- name: INSTALLATION TESTS
137-
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash installation-tests/run_all_tests.sh
137+
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest
138138

139139
headful_linux:
140140
name: "Headful Linux"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ playwright-report
2525
/packages/playwright/README.md
2626
/packages/playwright-core/api.json
2727
.env
28+
/tests/installation/output/
29+
/tests/installation/.registry.json

installation-tests/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

installation-tests/README.md

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

installation-tests/bin/local-playwright-registry

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

installation-tests/bin/npm_i

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

installation-tests/bin/npx_playwright

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

0 commit comments

Comments
 (0)