🔄 October 19th, 2023 Release
Spec files API. Now you can use the new API resource for fetching the spec files from a project via http request. You can use filtering and sorting accord…

New
- Spec files API. Now you can use the new API resource for fetching the spec files from a project via http request. You can use filtering and sorting according to our API documentation [CSR-840].
Improvement
- Playwright run cancellation. We’ve released the support for cancelling Playwright runs. Previously you wasn’t able to do it but now you can do it via API or Currents dashboard [CSR-612].
Fix
- Cancelled tests status. Previously, the cancelled runs were always failed. Now the cancelled runs are getting the tests status so you don’t get distorted analytics [CSR-751].