-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(report): remove @path property from iframes and images
The json data is scrubbed clean of @path properties after the images are copied. If we aren't storing the report on disk, the json data is scrubbed before it gets written to the console. I'd rather separate out any data that needs to be copied and not have it stored in the report in the first place, but that would involve some redesign. Maybe a good idea for the future. fs-extra's `writeFile` was causing concurrency issues, so it's been replaced with `writeFileSync`. Closes #64
- Loading branch information
1 parent
016a3c0
commit 0ea5ca9
Showing
3 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters