Skip to content

Commit 71c9a96

Browse files
authored
Merge pull request #1419 from thewtex/remove-cypress
refactor: remove unused cypress leftovers
2 parents f76ba02 + d70825d commit 71c9a96

File tree

21 files changed

+0
-10904
lines changed

21 files changed

+0
-10904
lines changed

.github/workflows/examples.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -94,32 +94,6 @@ jobs:
9494
examples/hello-world/wasi-build
9595
9696
97-
test-hello-world-example:
98-
name: hello-world test
99-
needs: build-hello-world-example
100-
runs-on: ubuntu-24.04
101-
container: cypress/browsers:node18.12.0-chrome107
102-
103-
defaults:
104-
run:
105-
working-directory: ./examples/hello-world
106-
107-
steps:
108-
- uses: actions/checkout@v4
109-
110-
- name: Load wasm builds
111-
uses: actions/download-artifact@v4
112-
with:
113-
name: hello-world-build
114-
path: examples/hello-world
115-
116-
#- name: Test
117-
#uses: cypress-io/github-action@v6
118-
#with:
119-
#working-directory: ./examples/hello-world
120-
#browser: chrome
121-
#start: pnpm start
122-
12397
build-test-hello-pipeline-example:
12498
name: hello-pipeline build test
12599
runs-on: ubuntu-24.04

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dist/*
2020
!dist/dicom
2121

2222
dist/dicom/*
23-
!dist/dicom/cypress
2423
!dist/dicom/dist
2524
!dist/dicom/src
2625
!dist/dicom/test
@@ -35,7 +34,6 @@ packages/compress-stringify/typescript/dist/pipelines/
3534
packages/compress-stringify/typescript/dist/*.d.ts
3635
packages/compress-stringify/typescript/dist/*.js
3736
packages/compress-stringify/typescript/dist/*.map
38-
packages/compress-stringify/typescript/cypress/videos/
3937
packages/compress-stringify/emscripten-build/
4038
packages/compress-stringify/wasi-build/
4139
packages/compress-stringify/typescript/demo/
@@ -60,7 +58,6 @@ examples/HelloWorld/wasi-build
6058
examples/HelloWorld/package-lock.json
6159
examples/UMD/package-lock.json
6260
examples/Webpack/package-lock.json
63-
examples/Webpack/cypress/videos/
6461

6562
test/median-filter-pipeline/itk-wasm
6663
test/pipelines/median-filter-pipeline/emscripten-build
@@ -88,8 +85,6 @@ packages/image-io/python/itkwasm-image-io-wasi/itkwasm_image_io_wasi/wasm_module
8885
packages/mesh-io/test/
8986
packages/mesh-io/python/itkwasm-mesh-io-wasi/itkwasm_mesh_io_wasi/wasm_modules/
9087

91-
cypress/screenshots/
92-
cypress/videos/
9388

9489
packages/core/typescript/itk-wasm/dist
9590

examples/hello-pipeline/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
itk-wasm-hello-world
22
wasi-build
3-
cypress/support
4-
cypress/videos/

0 commit comments

Comments
 (0)