Skip to main content

CLI Reference

npx testronaut --init

Scaffold missions and config.

npx testronaut <name of mission.mission.js

Execute missions in missions/ if no mission file is given. If a mission file is give, it will only run the one mission.

npx testronaut login

Manage authentication.

npx testronaut upload

Upload the JSON report for a run.

npx testronaut serve

View the most recent html report.

npx testronaut view

View the most recent html report. Alias for serve.