Skip to content

Commit 5df2260

Browse files
committed
test(transform-io): migrate cypress tests to playwright
1 parent 60bafe2 commit 5df2260

17 files changed

Lines changed: 285 additions & 6032 deletions

File tree

.github/workflows/cypress.yml

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

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Playwright Tests
1+
name: Browser Tests
22
on:
33
push:
44
branches: [ main ]
@@ -147,7 +147,7 @@ jobs:
147147
strategy:
148148
max-parallel: 3
149149
matrix:
150-
package: [compare-images, compare-meshes, compress-stringify, dicom, downsample, image-io, mesh-io]
150+
package: [compare-images, compare-meshes, compress-stringify, dicom, downsample, image-io, mesh-io, transform-io]
151151

152152
steps:
153153
- name: Checkout

0 commit comments

Comments
 (0)