Maintenance: automate integration test run #418
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Milestone
Description of the feature request
Integrations tests are not ran automatically.
We should automate integration tests run in github actions (and update CONTRIBUTING.md accordingly) to increase trust in our release process and move towards continuous release.
Today you can run integ tests in each package by
cd packages/myModule
npm run test:e2e
Related issues, RFCs
#315
The text was updated successfully, but these errors were encountered: