Currents changelog
Currents changelog
currents.dev

Automated Reports

 

New

  

✨ Automated Reports help teams to proactively identify regressions in test performance and take an action

automated-reports-002.png

  • Prevent problems that go unnoticed for weeks
  • Reduce the waste of CI resources caused by failed or flaky tests
  • Avoid your team's frustration from rerunning unreliable and flaky tests again and again

Read more

March 15 Release

 

Improvement

  
  • Clickable Test Flakiness and Results charts

Clicking on a bar in Tests Flakiness / Results insights view would open the list of the flakiest or most failing tests for the selected period.

currents-2023-03-15-12.07.51.gif

  • Reversed order of Insight Charts data table

The latest entries would appear first

  • Improved cypress-cloud batched parallelization.

The default duration-based load balancing prioritizes the specs with the longest expected duration. When the longest spec files appear in the same batched together, the overall duration can increase. The improved orchestration prevents this. This is only applicable to cypress-cloud integration.

March 10 Release

 

Improvement

  
  • Limit login methods for SSO-enabled organizations

March 8 Release

 

Improvement

  
  • Copy the contents of a code block

currents-2023-03-08-00.43.23@2x.png

March 7 Release

 

Improvement

  
  • Clickable Insights Chart Bars - clicking on a chart bar would open the runs created within the timeframe

currents-2023-03-07-12.33.11.gif

  • Slack notifications - show the failed spec files and tests summary

currents-2023-03-07-12.30.11@2x.png

March 6 Release

 

Improvement

  

The Date Selection component was updated:

  • Added "Today" to the predefined dates list
  • Added a hint setting a custom data range

currents-2023-03-06-00.17.38@2x.png

 

Fix

  
  • Improve performance by loading Run Summary errors list on demand
  • Backend performance improvements to improve the loading speed for runs with many spec files

Errors Explorer

 

New

  

Identify and troubleshoot the most common errors detected across multiple runs.

currents-2023-03-01-23.14.00@2x.png

The errors are sorted according to the # of occurrences, and you can filter the occurrences to only account for errors detected between specific dates, on specific branches or tags.

Expanding an error item would show additional details:

  • tests, branches and tags with the highest # of failures due to the error
  • the most recent executions failed due to the selected error

currents-2023-03-01-23.27.37@2x.png

Feb 20 Release

 

Improvement

  

More Top Errors in Run Summary

Run Summary shows more Top Error Items (up to 15)

Increase the default images expiration for REST API

The default expiration for signed storage URLs was increased to 3 days for screenshots/videos returned as part of the REST API responses

Shorter identifiers

We are using shorter entity identifiers to allow more compact URLs

currents-2023-02-20-00.25.53@2x.png

Password-based Login Form

You can now set a feature flag to always show the password form on login screen. The FF is stored in the browser's local storage, so if you use many browsers, you will need to set the FF on each of them.

Visit the following URL to activate the FF: https://app.currents.dev/?enforceLoginWithPassword=1

 

Fix

  
  • Fixed a bug where existing users that are migrating to SSO would see an empty screen on the first sign-on attempt using the SSO

CSV Exports for Insights

 

Improvement

  

You can now export Insights as CSV directly from the dashboard. For more comprehensive use cases, you can still use the REST API.

currents-2023-02-20-00.23.22@2x.png

AND/OR Tags Filter

 

New

  

You can now select "AND" or "OR" logical operator when filtering by tag

tags.gif