Your First Jest Run
Running Jest tests with Currents dashboard
Setting up Currents for running and recording Jest tests in parallel can be done seamlessly within a few minutes.
Prerequisites
Create your first Jest run
Every time you run Jest, Currents will generate a temporary report folder with the test results. For this data to be uploaded to your dashboard, you must run the @currents/cmd
utility.
Step 1: Run the tests
Step 2: Upload the results
Run our utility command to upload the last results to the dashboard.
Set the Record Key, and Project ID obtained from Currents dashboard in the previous step.
You can also setup the Record Key and Project ID in the Reporter configuration.
Explore your first run
If everything was set up correctly, the execution results will show on the Currents dashboard. The latest report should be uploaded to Currents, and a link to the run will be displayed.
Explore
Learn more about our dashboard and its features.
Last updated