mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 18:49:44 +09:00
refactor: cli e2e (#7211)
This commit is contained in:
@@ -2,6 +2,10 @@ import { test, expect } from '@playwright/test';
|
||||
import { apiUtils, dbUtils, webUtils } from 'src/utils';
|
||||
|
||||
test.describe('Registration', () => {
|
||||
test.beforeAll(() => {
|
||||
apiUtils.setup();
|
||||
});
|
||||
|
||||
test.beforeEach(async () => {
|
||||
await dbUtils.reset();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user