Skip to content

Commit

Permalink
Replace playwright with @storybook/test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Nov 3, 2023
1 parent d5948a9 commit d78f0cd
Show file tree
Hide file tree
Showing 13 changed files with 29,620 additions and 17,391 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npx playwright install --with-deps
- run: npm run playwright
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ yarn-error.log*
# storybook output
/.docs

# Playwright output
/test-results/
/playwright-report/
/playwright/.cache/
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
public
test-results
plop-templates
.docs
8 changes: 0 additions & 8 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit d78f0cd

Please sign in to comment.