You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added description to README how to use an Api Key instead of the user password.
Added documentation on how to use Cucumber and Gherkin documents with the integration.
Added support for process.env variables. All configuration settings will now also consider entries in process.env.
Added new option to ignore pending tests. If ignored, these tests will not be sent to TestRail. Please see README for more.
Added new created_run.json file that is created in "Create Run Mode". This allows to immediately read and use data of the created run in other steps of your CI pipeline, while Cypress is running.
Fixed
Fixed problem with wrong elapsed_time. When skipped tests were detected coming in Cypress v13, it led to a wrong calculation of the elapsed time.