Skip to content

Commit

Permalink
add ssr commerce tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Nov 11, 2024
1 parent 8b24dd4 commit 54f4f67
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/playwright-headless-ssr-commerce/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Playwright Headless SSR Commerce'
description: 'Run Playwright tests for Headless SSR Commerce'
runs:
using: composite
steps:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: packages/samples/headless-ssr-commerce
shell: bash
- name: Run Playwright tests
run: npx playwright test
working-directory: packages/samples/headless-ssr-commerce
shell: bash

0 comments on commit 54f4f67

Please sign in to comment.