Skip to content

Commit

Permalink
feat: add cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Aug 5, 2023
1 parent fdd8323 commit 6b0e3ae
Show file tree
Hide file tree
Showing 9 changed files with 2,629 additions and 2,459 deletions.
9 changes: 9 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineConfig } from 'cypress';

export default defineConfig({
e2e: {
baseUrl: null,
supportFile: false,
specPattern: 'test/e2e/*.cy.js',
},
});
Binary file added cypress/videos/dapp.cy.js.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion meerkat.min.js

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions meerkat.test.ts

This file was deleted.

Loading

0 comments on commit 6b0e3ae

Please sign in to comment.