We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeca32c commit b6ad230Copy full SHA for b6ad230
2 files changed
testing/e2e/src/global/global.setup.spec.ts
@@ -3,8 +3,6 @@ import type { $LoginCredentials } from '@opendatacapture/schemas/auth';
3
import { initAppOptions } from '../helpers/data';
4
import { expect, test } from '../helpers/fixtures';
5
6
-test.skip(() => process.env.GLOBAL_SETUP_COMPLETE === '1');
7
-
8
test.describe.serial(() => {
9
test.describe.serial('setup', () => {
10
test('initial setup', async ({ request }) => {
testing/e2e/src/helpers/types.ts
@@ -7,10 +7,10 @@ declare global {
ADMIN_ACCESS_TOKEN: string;
ADMIN_PASSWORD: string;
ADMIN_USERNAME: string;
- GLOBAL_SETUP_COMPLETE?: '1';
11
}
12
13
+
14
export type BrowserTarget = 'Desktop Chrome' | 'Desktop Firefox' | 'Desktop Safari';
15
16
export type ProjectMetadata = {
0 commit comments