Skip to content

Commit

Permalink
Fixed reports command
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 4, 2024
1 parent f58c32a commit 1917c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/host/backstopjs-results
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ fi

case $OSTYPE in
linux-gnu)
xdg-open
xdg-open $REPORT_PATH
;;
"darwin"*)
open tests/functional/backstopjs/backstop_data/html_report/index.html
open $REPORT_PATH
;;
"win*"* | "msys"*)
start tests/functional/backstopjs/backstop_data/html_report/index.html
start $REPORT_PATH
;;
esac

0 comments on commit 1917c87

Please sign in to comment.