Skip to content

Commit

Permalink
Image test
Browse files Browse the repository at this point in the history
  • Loading branch information
baarkerlounger committed Feb 27, 2025
1 parent 80701cc commit 9c86128
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ jobs:

functional_tests:
machine:
image: ubuntu-2004:2024.01.1
image: mcr.microsoft.com/playwright:v1.27.0-focal
docker_layer_caching: true
parallelism: 9
resource_class: xlarge
steps:
- checkout
- run:
name: Install webkit and dependencies
command: npx playwright install --with-deps webkit
- run:
name: Determine specs to run
command: ./test-parallel.sh test/functional/cypress/specs
Expand Down

0 comments on commit 9c86128

Please sign in to comment.