Skip to content

Commit 8e7f729

Browse files
committed
Update package.json and package-lock.json to upgrade various dependencies, including @commitlint and @open-wc packages, and add @playwright/test for testing. Modify GitHub Actions workflow to ensure Playwright is installed correctly.
1 parent 1fe33f0 commit 8e7f729

File tree

3 files changed

+4702
-3883
lines changed

3 files changed

+4702
-3883
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
npm ci
3232
- name: Install Playwright
3333
run: |
34+
npm install -D @playwright/test
3435
npx playwright install --with-deps chromium firefox webkit
3536
npm install -g @web/test-runner
3637
- name: Run tests
@@ -50,6 +51,7 @@ jobs:
5051
npm ci
5152
- name: Install Playwright
5253
run: |
54+
npm install -D @playwright/test
5355
npx playwright install --with-deps chromium firefox webkit
5456
npm install -g @web/test-runner
5557
- name: Run tests

0 commit comments

Comments
 (0)