Skip to main content
testpilot install [flags]

Description

Download and install the dependencies required to run Testpilot tests. This command does nothing if Testpilot is already installed unless —force is true. You usually don’t need to run this command explicitly. Testpilot automatically installs dependencies on-demand when running tests. Use this command to pre-install dependencies when building container images.

Examples

# Install dependencies
testpilot install

# Force reinstall dependencies
testpilot install --force

Options

OptionDescription
-f, --forceReinstall and overwrite any existing installation
-h, --helphelp for install

SEE ALSO

I