Skip to content

Commit

Permalink
test: store the runner name for allure timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Dec 18, 2024
1 parent c92c7bb commit 5c08455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/ledger-live-mobile/e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const jestAllure2ReporterOptions = {
issue: "https://ledgerhq.atlassian.net/browse/{{name}}",
tms: "https://ledgerhq.atlassian.net/browse/{{name}}",
},
labels: {
host: process.env.RUNNER_NAME,
},
},
overwrite: false,
environment: async ({ $ }) => {
Expand Down

0 comments on commit 5c08455

Please sign in to comment.