Skip to main content

CLI

xbell

Run XBell test in the current directory.

$ xbell

If you want to specify certain test files to run, you can pass the filename to the CLI.

$ xbell example.test.ts
# or
$ xbell example

xbell install browser

XBell will not download the browser by default, if you need browser testing, you can use the CLI command to install.

$ xbell install browser

Options

OptionsDescription
[filters]Filter files
-r, --root <path>Specifying the root directory
--coverageEnable coverage report
--projects [names...]List of projects run with xbell