Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.17 KB

test-details.md

File metadata and controls

24 lines (18 loc) · 1.17 KB
description
Test details and metadata - git, environment, link to CI Run

Test Details

Cypress test details example

Field Description
Status Test Status
Test File Path The full path of the test file
Duration Test duration
CI Run URL The URL of the CI job running the Cypress tests
Browser Cypress tests browser

CI Run URL

An environment variable is used to get the CI Run URL. It needs to be set before the Cypress tests start running in the CI configuration file. Here's an example of how to obtain the URL with Github Actions.

CI_RUN_URL = https://github.com/owner/repo/actions/runs/run_id/job/job_id