Testing `jest-preview` in multiple platforms
See original GitHub issueWhat & Why
jest-preview
is developed and tested on macOS. So we are not sure if it works on other platforms:- OS: Windows, linux…
- Monorepo: lerna, turborepo…
How
- We should find a way to make sure this library works on other platforms:
- Seeking helps from contributors to test on other platforms
- Setup CI/CD to run tests automatically
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Running the same Jest tests across several OS - Medium
How to run the same Jest test suite on Windows, Mac and Linux with OS dependant features: we built a node module to...
Read more >How to run the same Jest test suite across several platforms
You can just append skipWindows or onWindows (or any other platform) to the jest call, and we will make sure to forward it...
Read more >nvh95/jest-preview: Debug your Jest tests. Effortlessly. - GitHub
When writing tests using Jest, we usually debug by reading the HTML code. Sometimes, the HTML is too complicated to visualize the UI...
Read more >Usage | Jest Preview
If you opt-in to Automatic Mode, Jest Preview will automatically preview your app UI in a browser whenever there is a failed test....
Read more >Jest · Delightful JavaScript Testing
Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an approachable,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nvh95 The only current reproduction I have is my Shadow Dom Testing library here:
https://github.com/ParamagicDev/shadow-dom-testing-library
it should be just:
We tested the core function of
jest-preview
onWe also have CI to run on Ubuntu and Windows (GitHub Actions)
We also run it in some monorepo.