Baklava testing stack and tools
nextBaklava uses a combination of tools for unit and browser-based testing:
- Unit/Component Testing: Uses @open-wc/testing. For detailed information on writing tests with this library, refer to the open-wc testing helpers documentation.
- Browser Testing: Uses playwright to run tests across
Chromium,Firefox, andWebkit. - Test Runner: Uses @web/test-runner to orchestrate the browser-based tests.