Skip to content

bahmutov/arrowjs-test-examples

Repository files navigation

arrowjs-test-examples ci

E2E and component tests for Arrow.js

📝 Read the blog post Trying ArrowJS

Branches

  • zero shows zero build tools and a single local index.html file
  • vite shows how Vite can build the app from the local sources
  • e2e adds a Cypress end-to-end test
  • component tests individual components using Cypress component testing
  • ci adds continuous integration testing using GitHub Actions