Skip to content

Commit

Permalink
test(e2e): add reporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Feb 21, 2024
1 parent 30665df commit f51068d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detox/test/e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = async () => {
environment: () => ({
'version.node': process.version,
'version.jest': require('jest/package.json').version,
'version.allure-reporter': require('jest-allure2-reporter/package.json').version,
..._(process.env)
.pickBy((_1, key) => key.match(/detox/i))
.mapKeys((_1, key) => 'env.' + key)
Expand Down

0 comments on commit f51068d

Please sign in to comment.