Changelog

Follow new updates and improvements to Currents.

May 3rd 2024

New

Improved


Version 1.2.0 of our integration with Playwright includes:

  • better compatibility with pnpm due to simplified internal dependencies

  • get access to run details and summary, including the link to Run URL and links to recorded test results

    • generate a JSON file with summary of a run:

      --pwc-output-file /path/to/file

    • TypeScript type definitions of the summary is available:

      import { ExecutionJSONSummary } from '@currents/playwright'
    • πŸ‘‰πŸ» Documentation

Type @ to mention posts

April 26th 2024

Improved

We've released an improved Runs Summary view that includes:

- Test results overview, progress and outcome chart with clickable metrics for better navigation

- Group-level progress and results items

- Run and group-level progress tracking

Type @ to mention posts

April 26th 2024

Improved

Delete the unwanted runs and never see them again, including in reports and the runs list.

- Open the run you want to delete

- Click "Advanced" tab

- Click "Delete"

- The run is gone!

Type @ to mention posts

April 1st 2024

New

Improved

We are excited to introduce v1.0.0 of Currents integration with Playwright πŸŽ‰!

npm i @currents/playwright@latest

It includes:

πŸ‘‰πŸ» Read more

Type @ to mention posts

April 1st 2024

New

Spot the general direction or trend of your testing metrics at a glance. Linear trendline helps to see the ...trend of the selected metric while Moving Average smoothes the fluctuations

  1. Click the small βš™οΈ icon next to the "Trendline" label

  2. Select the metric of your interest

  3. Set the trendline type: Linear or Moving Average

Type @ to mention posts

April 1st 2024

Improved

A new revamped results summary allows more convenient browsing of execution results:

  • Cross-run results at a glance, including flakiness rate

  • Clickable for more convenient access to test results

  • Brower individual group results

  • Click on a group to narrow down browsing the results to a specific group

Type @ to mention posts

February 22nd 2024

Improved

  • Better screenshot navigation when browsing test details [CSR-986]

  • Added Y axis for projects summary view [CSR-985]

  • Added instructions for setting git information [CSR-985]

Type @ to mention posts

January 30th 2024

Improved

  • Pull Request detection for CI runs executed via GitHub Actions

Type @ to mention posts

December 11th 2023

Improved

  • Released @currents/playwright version 0.11.3:

    • Added --pwc-debug=true|remote|full flag for uploading debug logs to Currents servers for more efficient troubleshooting. Read more.

Type @ to mention posts

December 4th 2023

Improved

Fixed

Improvement

  • Released @currents/playwright version 0.11.0:

    • Force non-zero exit status when failed tests are detected during Playwright execution.

    • Added --pwc-cancel-after-failures flag and configuration options to allow overriding fail-fast policy. Read more [CSR-947].

    • Added --pwc-disable-title-tags to disable parsing tags in test titles. Read more.

Fix

  • Preserve logical condition operator AND or OR when navigating from insight charts [CSR-914].

Type @ to mention posts