Skip to content

Commit

Permalink
test lite pro parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Dec 13, 2024
1 parent 6b6b825 commit 8503d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pw/e2e.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ export default defineConfig({
{
name: 'e2e_1',
testMatch: /.*\.spec\.ts/,
grep: [/@e2e_1/],
grep: [/@lite/],
dependencies: NO_SETUP ? [] : ['e2e_setup'],
},

// e2e_tests
{
name: 'e2e_2',
testMatch: /.*\.spec\.ts/,
grep: [/@e2e_2/],
grep: [/@pro/],
dependencies: NO_SETUP ? [] : ['e2e_setup'],
},

Expand Down

0 comments on commit 8503d05

Please sign in to comment.