target onboarding assorted

This commit is contained in:
Diego Mello 2023-02-17 08:33:41 -03:00
parent d56bb46c5b
commit bf73aed144
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module.exports = {
rootDir: '..',
testSequencer: '<rootDir>/e2e/testSequencer.js',
testMatch: ['<rootDir>/e2e/tests/room/*.spec.ts'],
testMatch: ['<rootDir>/e2e/tests/onboarding/*.spec.ts', '<rootDir>/e2e/tests/assorted/*.spec.ts'],
testTimeout: 120000,
maxWorkers: 1,
globalSetup: '<rootDir>/e2e/globalSetup.ts',