human/test/browser.sh

8 lines
323 B
Bash
Raw Normal View History

2022-08-19 15:15:29 +02:00
#!/bin/sh
2022-09-01 00:30:47 +02:00
BROWSER="/mnt/c/Users/mandi/AppData/Local/Google/Chrome SxS/Application/chrome.exe"
PARAMS="--enable-unsafe-gpu --allow-insecure-localhost --auto-open-devtools-for-tabs"
"$BROWSER" $PARAMS https://localhost:10031/test/test-browser-iife.html
"$BROWSER" $PARAMS https://localhost:10031/test/test-browser-esm.html