Skip to content

Commit

Permalink
fix: setup circleCI for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 15, 2020
1 parent b4e2a82 commit 4efac1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,16 @@ jobs:
test_regressions:
<<: *defaults
docker:
- image: circleci/node:10
- image: selenium/standalone-chrome:3.11.0
- image: aslushnikov/playwright:bionic
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
- checkout
- install_js
- run:
name: Visual regression tests
command: |
DOCKER_TEST_URL=http://$(ip addr show lo | grep "inet\b" | awk '{print $2}' | cut -d/ -f1):3090 yarn test:regressions
yarn test:regressions
yarn argos
workflows:
version: 2
Expand Down

0 comments on commit 4efac1c

Please sign in to comment.