Skip to content

Commit 4de4063

Browse files
committed
Rearranged files
1 parent cdd38a4 commit 4de4063

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { defineConfig, devices } from '@playwright/test';
22
export default defineConfig({
3-
testDir: 'tests',
3+
testDir: './src',
44
fullyParallel: true,
55
workers: 1,
6-
outputDir: 'tests/test-results',
7-
reporter: [['html', { outputFolder: 'tests/playwright-report' }]],
6+
outputDir: './test-results',
7+
reporter: [['html', { outputFolder: './playwright-report' }]],
88
projects: [
99
{
1010
name: 'chromium',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect, test } from "@playwright/test";
2-
import { handleConsentPopup, waitFor } from "./util";
2+
import { handleConsentPopup, waitFor } from "../util";
33

44
test.describe("Testing for N4A calculator page", () => {
55
test.beforeEach(async ({ page }) => {

0 commit comments

Comments
 (0)