karmatic icon indicating copy to clipboard operation
karmatic copied to clipboard

🦑 Easy automatic (headless) browser testing with Jest's API, but powered by Karma & Webpack.

Results 10 karmatic issues
Sort by recently updated
recently updated
newest added

My attempt to include more Jest globals. Sharing to get early feedback though I need to take a break from this for now to focus on other things. fakeTimers.test.js has...

Working on #48. A useful list of mappings between `jest.*` and Jasmine is [here](https://github.com/jest-community/eslint-plugin-jest/blob/master/src/rules/no-jasmine-globals.ts).

With the new E2E test suite, I noticed that coverage is not properly reported when the user provides a custom webpack.config.js. This PR fixes that by detecting if webpack loaders...

Continuing our discussion from #54 and slack, wanted to see what people think about this. Pros: 1. Reduces installation size and time of karmatic and its deps 2. Still allows...

See https://github.com/facebook/jest/blob/e8b7f57e05e3c785c18a91556dcbc7212826a573/packages/jest-runtime/src/index.ts#L1501-L1578

`karmatic --debug` would run tests in Chrome's Debugger.

help wanted

`karmatic debug --dev-tools` (aliased as `--devtools`) would use Puppeteer to open DevTools. ### To Do - [ ] Can we also have this open the `/debug` endpoint to enable console...

help wanted

The default output doesn't have much contrast and is a bit hard to read for me. That's best illustrated with a screenshot: ![Screenshot from 2020-06-28 17-45-24](https://user-images.githubusercontent.com/1062408/85952075-3e869980-b967-11ea-8de0-5e1e5175ba2c.png)

help wanted
good first issue

This will make it much easier for folks who switch between the two tools.

help wanted
good first issue