Skip to content

Commit

Permalink
test: add e2e tests (#463)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SgtPooki authored Nov 22, 2024
1 parent dcf12fe commit c865b5f
Show file tree
Hide file tree
Showing 29 changed files with 2,568 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ export default {
// scripts
'wait-on',

// playwright deps
'tsx',

// vite stuff
'rollup-plugin-node-polyfills',
'@vitest/coverage-v8',
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ yarn-debug.log*
yarn-error.log*
storybook-static
.vscode
test/e2e/state.json
test-results
Loading

0 comments on commit c865b5f

Please sign in to comment.