Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Make the storybook VR tests run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 27, 2022
1 parent e2d9b89 commit 302dc82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/storybook/visual-regression/v-filter-button-old.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const gotoWithArgs = makeGotoWithArgs(
'components-vheaderold-vfilterbuttonold--default-story'
)

test.describe.configure({ mode: 'parallel' })

test.describe('VFilterButtonOld', () => {
breakpoints.describeMd(({ expectSnapshot }) => {
test('no filters applied', async ({ page }) => {
Expand Down
3 changes: 3 additions & 0 deletions test/storybook/visual-regression/v-filter-button.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { makeGotoWithArgs } from '~~/test/storybook/utils/args'
const gotoWithArgs = makeGotoWithArgs(
'components-vheader-vfilterbutton--default-story'
)

test.describe.configure({ mode: 'parallel' })

test.describe('VFilterButton', () => {
breakpoints.describeLg(({ expectSnapshot }) => {
test('no filters applied', async ({ page }) => {
Expand Down

0 comments on commit 302dc82

Please sign in to comment.