Skip to content

Commit

Permalink
chore: refactor tests folder structure (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Apr 12, 2023
1 parent c95486c commit 895fe94
Show file tree
Hide file tree
Showing 50 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"license": "GPL-3.0",
"scripts": {
"test:dev": "playwright test",
"test:nightly": "playwright test scripts/apps"
"test:nightly": "playwright test scripts/apps",
"typecheck": "tsc --pretty --noEmit",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.tsx"
},
"dependencies": {
"data": "workspace:*",
Expand All @@ -16,6 +19,7 @@
"@playwright/test": "^1.32.3",
"@types/node": "^18.15.11",
"eslint-config-weblint": "workspace:*",
"tsconfig": "workspace:*"
"tsconfig": "workspace:*",
"typescript": "^5.0.4"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { devices } from '@playwright/test';
import * as os from 'os';

const config: PlaywrightTestConfig = {
testDir: './scripts',
testDir: './',
timeout: 50 * 1000,
expect: { timeout: 50000 },
fullyParallel: true,
Expand Down

2 comments on commit 895fe94

@vercel
Copy link

@vercel vercel bot commented on 895fe94 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-git-main-lenster.vercel.app
prerender-lenster.vercel.app
prerender.lenster.xyz

@vercel
Copy link

@vercel vercel bot commented on 895fe94 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/storybook

ui-lenster.vercel.app
ui-git-main-lenster.vercel.app
lenster-ui.vercel.app
ui.lenster.xyz

Please sign in to comment.