-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn test:all doesn't run tests written in karma #671
Comments
Documentation on using Jest with Puppeteer https://jestjs.io/docs/en/puppeteer |
QAWolf for writing browser tests faster https://www.qawolf.com/ |
Currently we test packages with karma test explicitly like: Line 17 in 15a66c7
We will investigate jest-puppeteer solution. Label this as a feature request. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
aws-sdk-js-v3/package.json
Line 17 in 176ec93
To Reproduce (observed behavior)
yarn test:all
Expected behavior
Tests are run for packages which use karma - recommendation is to move them to Jest instead
The text was updated successfully, but these errors were encountered: