Skip to content

Commit ee6bbaa

Browse files
authored
Merge pull request #1404 from thewtex/playwright-packages
test(compress-stringify): cypress to playwright
2 parents 32a8eac + 29a817c commit ee6bbaa

18 files changed

Lines changed: 405 additions & 369 deletions

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
max-parallel: 3
2222
matrix:
23-
package: [compress-stringify, dicom, mesh-io, image-io, transform-io, downsample]
23+
package: [dicom, mesh-io, image-io, transform-io, downsample]
2424

2525
steps:
2626
- name: Checkout
@@ -107,4 +107,4 @@ jobs:
107107
with:
108108
name: cypress-screenshots-${{ matrix.package }}
109109
path: packages/${{ matrix.package }}/typescript/cypress/screenshots
110-
if-no-files-found: ignore
110+
if-no-files-found: ignore

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
strategy:
148148
max-parallel: 3
149149
matrix:
150-
package: [compare-images]
150+
package: [compare-images, compress-stringify]
151151

152152
steps:
153153
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.12.1",
5+
"packageManager": "pnpm@10.12.2",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
playwright-report/
2+
test-results/
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
.DS_Store
33
test
4-
cypress
54
demo-app
5+
test-results/
6+

packages/compress-stringify/typescript/cypress.config.ts

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

packages/compress-stringify/typescript/cypress/e2e/interface-type-json.cy.ts

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

packages/compress-stringify/typescript/cypress/e2e/spec.cy.ts

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

packages/compress-stringify/typescript/cypress/fixtures/example.json

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

packages/compress-stringify/typescript/cypress/support/commands.ts

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

0 commit comments

Comments
 (0)