Releases: KaneCheshire/xcresultviewer
Releases · KaneCheshire/xcresultviewer
0.2.1
- Prints out location of html page location if
--skip-open-browser
is used - Changed the name of the executable to
xcrv
meaning you should now invoke xcresultviewer with./xcrv
, which is much quicker and easier to type
0.2.0
- Added new option to skip opening browser (-s)
- Added new option to analyse result bundle to optimise parallel tests (-a)
0.1.6
- Flipped order that screenshots are displayed in so that the last screenshot is displayed first. This is useful because often you only care about the point of failure, meaning you find you have to scroll a long way down to find the failure.
- Removed the blur from sticky headers to fix performance issues
0.1.5
- Now with added sticky headers and backdrop blurs 🤤
0.1.4
- Writes HTML data directly to xcresult directory
- Screenshot
img
paths are now relative to html file
0.1.3
- Adds duration of each activity
- Fixes only me being able to use the tool 🤦♂️
0.1.2
- Highlights user-created activities
0.1.1
- Shows more screenshots that were previously being filtered out
0.1.0
Merge branch 'master' of github.com:KaneCheshire/xcresultviewer