Skip to content

Commit

Permalink
fix: revert missing attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed May 4, 2024
1 parent 459b124 commit cf8af14
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/preset/allure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ const options: ReporterOptions = {
testRun: {
ignored: ({ aggregatedResult }) =>
aggregatedResult.numFailedTests === 0 && aggregatedResult.numFailedTestSuites === 0,
attachments: [
{
name: 'detox.log',
type: 'text/plain',
source: 'detox.log',
},
{
name: 'detox.trace.json',
type: 'application/json',
source: 'detox.trace.json',
},
],
},
};

Expand Down

0 comments on commit cf8af14

Please sign in to comment.