-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0957f02
Showing
112 changed files
with
66,899 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: E2E Tests | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
|
||
jobs: | ||
test: | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
- uses: pnpm/action-setup@v4 | ||
name: Install pnpm | ||
with: | ||
version: 9 | ||
run_install: false | ||
- name: Install dependencies | ||
run: pnpm install | ||
- name: Install Playwright Browsers | ||
run: pnpm --filter "@tasker/e2e-web" exec playwright install --with-deps | ||
- name: Run Checks/Lint/Build | ||
run: | | ||
pnpm format:check | ||
pnpm lint | ||
pnpm --filter "@tasker/web" build | ||
pnpm --filter "@tasker/*" test | ||
- name: Run Playwright tests | ||
run: pnpm --filter "@tasker/e2e-web" e2e | ||
- uses: actions/upload-artifact@v4 | ||
if: always() | ||
with: | ||
name: playwright-report | ||
path: e2e/web/playwright-report/ | ||
retention-days: 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Dependencies | ||
node_modules | ||
.pnp | ||
.pnp.js | ||
|
||
# Local env files | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Testing | ||
coverage | ||
|
||
# Build Outputs | ||
.next/ | ||
out/ | ||
build | ||
dist | ||
tmp | ||
|
||
# Debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Playwright | ||
test-results/ | ||
playwright-report/ | ||
blob-report/ | ||
playwright/.cache/ | ||
|
||
# Misc | ||
.DS_Store | ||
*.pem |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"run": { | ||
"command": "nx start @tasker/web", | ||
"startTime": "2024-10-28T13:45:19.008Z", | ||
"endTime": "2024-10-28T13:45:19.886Z", | ||
"inner": false | ||
}, | ||
"tasks": [ | ||
{ | ||
"taskId": "@tasker/web:build", | ||
"target": "build", | ||
"projectName": "@tasker/web", | ||
"hash": "17084222984112237956", | ||
"startTime": "2024-10-28T13:45:19.014Z", | ||
"endTime": "2024-10-28T13:45:19.018Z", | ||
"params": "", | ||
"cacheStatus": "local-cache-hit", | ||
"status": 0 | ||
}, | ||
{ | ||
"taskId": "@tasker/web:start", | ||
"target": "start", | ||
"projectName": "@tasker/web", | ||
"hash": "15083476184939138061", | ||
"startTime": "2024-10-28T13:45:19.023Z", | ||
"endTime": "2024-10-28T13:45:19.885Z", | ||
"params": "", | ||
"cacheStatus": "cache-miss", | ||
"status": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
> @tasker/[email protected] start /Users/juri/nrwl/content/videos/tasker/apps/web | ||
> next start | ||
|
||
[1m[38;2;173;127;168m▲ Next.js 14.2.8[39m[22m | ||
- Local: http://localhost:3000 | ||
|
||
[32m[1m✓[22m[39m Starting... | ||
Error: Could not find a production build in the '.next' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id | ||
at setupFsCheck (/Users/juri/nrwl/content/videos/tasker/node_modules/[4m.pnpm[24m/[email protected]_@[email protected]_@[email protected][email protected][email protected][email protected][email protected]/node_modules/[4mnext[24m/dist/server/lib/router-utils/filesystem.js:151:19) | ||
at async initialize (/Users/juri/nrwl/content/videos/tasker/node_modules/[4m.pnpm[24m/[email protected]_@[email protected]_@[email protected][email protected][email protected][email protected][email protected]/node_modules/[4mnext[24m/dist/server/lib/router-server.js:62:23) | ||
at async Server.<anonymous> (/Users/juri/nrwl/content/videos/tasker/node_modules/[4m.pnpm[24m/[email protected]_@[email protected]_@[email protected][email protected][email protected][email protected][email protected]/node_modules/[4mnext[24m/dist/server/lib/start-server.js:249:36) | ||
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
> @tasker/[email protected] build /Users/juri/nrwl/content/videos/tasker/apps/web | ||
> next build | ||
|
||
^C |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.