Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,34 +236,6 @@ jobs:
#working-directory: ./examples/webpack
#browser: firefox
#start: npm start

test-vite-example:
name: vite
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: true

- name: Test Vite Example on Chrome
uses: cypress-io/github-action@v6
with:
working-directory: ./examples/vite
browser: chrome
start: npm start

#- name: Test Vite Example on Firefox
#uses: cypress-io/github-action@v6
#with:
#working-directory: ./examples/vite
#browser: firefox
#start: npm start

test-debugging-example:
name: debugging
runs-on: ubuntu-24.04
Expand Down
27 changes: 25 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,35 @@ on:
pull_request:
branches: [ main ]
jobs:
test:
test-esm-example:
defaults:
run:
working-directory: ./examples/esm
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30
test-vite-example:
defaults:
run:
working-directory: ./examples/vite
timeout-minutes: 60
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Binary file added docs/_static/videos/vite.webm
Binary file not shown.
1 change: 1 addition & 0 deletions examples/esm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ And visit [http://localhost:8080/](http://localhost:8080/).

```
npm install
npx playwright install --with-deps
npm test
```
3 changes: 0 additions & 3 deletions examples/umd/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions examples/umd/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/umd/cypress.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions examples/umd/cypress/e2e/load_data.cy.js

This file was deleted.

4,245 changes: 0 additions & 4,245 deletions examples/umd/cypress/fixtures/cow.vtk

This file was deleted.

Binary file removed examples/umd/cypress/fixtures/cthead1.png
Binary file not shown.
37 changes: 0 additions & 37 deletions examples/umd/cypress/support/commands.ts

This file was deleted.

20 changes: 0 additions & 20 deletions examples/umd/cypress/support/e2e.ts

This file was deleted.

57 changes: 0 additions & 57 deletions examples/umd/dist/index.html

This file was deleted.

24 changes: 0 additions & 24 deletions examples/umd/dist/styles.css

This file was deleted.

Loading
Loading