We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb79a7 commit e9036e7Copy full SHA for e9036e7
benchmark_change.sh
@@ -40,7 +40,11 @@ http -p 8080 &
40
npm run results
41
)
42
43
- xdg-open http://localhost:8080/webdriver-ts-results/table.html &
+ if [[ $OSTYPE == 'darwin'* ]]; then
44
+ open http://localhost:8080/webdriver-ts-results/table.html &
45
+ else
46
+ xdg-open http://localhost:8080/webdriver-ts-results/table.html &
47
+ fi
48
sleep 1
49
50
0 commit comments