Skip to main content

test

Test an existing project.

archibald test|t [options]

Options

OptionDescription
-p, --platform [platform]Specify platform to test.
-t, --testName [testName]Test file to execute.
-w, --watchExecute tests in watch mode.
-wa, --watchAllExecute all tests in watch mode.
-n, --native [native]Specify native platform to build the project with.
-c, --clearCacheClear Jest cache.
-q, --quietDon't use interactive cli and run the command with default options.
-h, --helpShow help commands.