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
Options | Description |
---|---|
[filters] | Filter files |
-r, --root <path> | Specifying the root directory |
--coverage | Enable coverage report |
--projects [names...] | List of projects run with xbell |