This is the Linux app named Jest Puppeteer whose latest release can be downloaded as v9.0.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Jest Puppeteer with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Jest Puppeteer
DESCRIPTION
Most continuous integration platforms limit the number of threads one can use. If you have more than one test suite running puppeteer chances are that your test will timeout. This is because jest will try to run puppeteer in parallel and the CI platform won't be able to handle all the parallel jobs in time. A fix to this is to run your test serially when in a CI environment. Users have discovered that running test serially in such environments can render up to 50% of performance gains. Writing integration test can be done using Puppeteer API but it can be complicated and hard because API is not designed for testing. Debugging tests can be hard sometimes and it is very useful to be able to pause tests in order to inspect the browser. Jest Puppeteer exposes a method jestPuppeteer.debug() that suspends test execution and gives you the opportunity to see what's going on in the browser.
Features
- Jest Puppeteer integrates a functionality to start a server when running your test suite
- It automatically closes the server when tests are done
- Jest Puppeteer automatically detects the best config to start Puppeteer
- Jest Puppeteer exposes three new globals: browser, page, context
- You may want to consider using multiple projects in Jest
- Create your own globalSetup and globalTeardown
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/jest-puppeteer.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.