Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 5, 2023
1 parent 2d422fb commit 31165ae
Show file tree
Hide file tree
Showing 3 changed files with 3,414 additions and 797 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ version: 2.1
jobs:
run-test:
docker:
- image: mcr.microsoft.com/playwright:v1.23.1-focal
- image: mcr.microsoft.com/playwright:latest
# Steps to the job
steps:
- checkout
- run: npm i -D @playwright/test
- run: npx playwright install
- run: npx playwright install chrome
- run:
name: Run test
command: PLAYWRIGHT_JUNIT_OUTPUT_NAME=results.xml npx pwc --key $CURRENTS_RECORD_KEY --project-id $CURRENTS_PROJECT_ID
- store_test_results:
path: results.xml
name: Run tests
command: npx pwc --key $CURRENTS_RECORD_KEY --project-id $CURRENTS_PROJECT_ID

# Invoke jobs via workflows
workflows:
run-test-workflow:
Expand Down
Loading

0 comments on commit 31165ae

Please sign in to comment.