Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 304 Bytes

Test Runner Host

This is a test runner host to test WebVPython runners.

You need to set an environment variable "PUBLIC_RUNNER_GUEST_URL" to specify a runner to test.

To run locally execute:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open