mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 02:20:10 +00:00
feat: add CLI command for importing and exporting Pocket ID data (#998)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -21,11 +21,15 @@ export default defineConfig({
|
||||
trace: 'on-first-retry'
|
||||
},
|
||||
projects: [
|
||||
{ name: 'setup', testMatch: /.*\.setup\.ts/ },
|
||||
{ name: 'cli', testMatch: /cli\.spec\.ts/ },
|
||||
{ name: 'auth-setup', testMatch: /auth\.setup\.ts/ },
|
||||
{
|
||||
name: 'chromium',
|
||||
use: { ...devices['Desktop Chrome'], storageState: '.auth/user.json' },
|
||||
dependencies: ['setup']
|
||||
name: 'browser-chrome',
|
||||
use: { ...devices['Desktop Chrome'], storageState: '.tmp/auth/user.json' },
|
||||
testIgnore: /cli\.spec\.ts/,
|
||||
dependencies: ['auth-setup']
|
||||
}
|
||||
]
|
||||
],
|
||||
globalSetup: './specs/fixtures/global.setup.ts',
|
||||
globalTeardown: './specs/fixtures/global.teardown.ts'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user