Automated E2E and integration testing of Milo-based projects.
npm install
npx playwright install
npm test
You may want to test a Milo branch. This could be for either milo, consumers or both. This is done by setting an environment variable before you run your tests.
export branch=your-branch-name
npm test -- -g @bacom
npm test -- -g @milo
npm test -- -g @large-button
npm test -- -g large-button|medium-button