test: add e2e test suite #6
Annotations
2 errors and 2 warnings
Run Playwright tests
First argument must use the object destructuring pattern: _
at fixtures/db.ts:15
13 | });
14 |
> 15 | export const test = base.extend<{ db: Kysely<DB> }>({
| ^
16 | db: async (_, use) => {
17 | await use(db);
18 | },
|
Run Playwright tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions/upload-artifact@v4
No files were found with the provided path: /home/runner/work/AirTrail/AirTrail/test-results/*. No artifacts will be uploaded.
|
Loading