@sa11y/test-integrationPrivate package for integration testing @sa11y packages across different environments and test runners.
This package ensures that all @sa11y packages work correctly together and in different testing environments. It contains integration tests that verify cross-package compatibility and end-to-end functionality.
@sa11y/jest, @sa11y/matcher, and @sa11y/formatThis is an internal package used by the Sa11y development team and CI/CD pipeline. It’s not intended for external consumption.
# Run integration tests
yarn test
# Run specific test suites
yarn test --suite jest
yarn test --suite wdio