test: add admin account setup tests

This commit is contained in:
Jakub P.
2024-07-18 12:29:35 +02:00
parent 27610c002c
commit 129327f40d
6 changed files with 121 additions and 5 deletions

View File

@@ -42,9 +42,14 @@ module.exports = defineConfig({
/* Configure projects for major browsers */
projects: [
{
name: 'setup',
testMatch: /.*\.setup\.js/,
},
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
dependencies: ['setup'],
},
// {