Skip to content

Commit

Permalink
moving test location
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent a3bd466 commit e5ee858
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions tests/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig, devices } from '@playwright/test';

/* todo, decide whether or not to use dotenv */
/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
Expand All @@ -10,7 +11,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: './tests',
testDir: './playwright-tests',
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
Expand All @@ -23,7 +24,6 @@ export default defineConfig({
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
// @todo, figure out if this is working in GitHub Actions.
video: 'on',
/* Base URL to use in actions like `await page.goto('/')`. */
// TODO, update this url to handle building on the main branch.
Expand Down

0 comments on commit e5ee858

Please sign in to comment.