Skip to content

Commit c865b5f

Browse files
authored
test: add e2e tests (#463)
* test: add e2e tests * chore: generate fixtures script can start/stop kubo daemon for you * chore: generate-fixtures-script allows paths * chore: rename generate fixtures script * test: migrate test fixture/helper * test: add test for bug #461 * chore: fix dep-check * chore: apply suggestions from code review * chore: fix lint
1 parent dcf12fe commit c865b5f

29 files changed

+2568
-10
lines changed

.aegir.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ export default {
103103
// scripts
104104
'wait-on',
105105

106+
// playwright deps
107+
'tsx',
108+
106109
// vite stuff
107110
'rollup-plugin-node-polyfills',
108111
'@vitest/coverage-v8',

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ yarn-debug.log*
3232
yarn-error.log*
3333
storybook-static
3434
.vscode
35+
test/e2e/state.json
36+
test-results

0 commit comments

Comments
 (0)