@crabnebula/test-runner-backend
v0.2.6
Published
This package provides a test runner API service for the CrabNebula Webdriver for Tauri.
Downloads
27,409
Keywords
Readme
CrabNebula Webdriver for Tauri Test Runner
This package provides a test runner API service for the CrabNebula Webdriver for Tauri.
It lets you run integration tests locally leveraging CrabNebula's Webdriver.
Installation
Install with your favorite package manager:
npm install --save-dev @crabnebula/test-runner-backend
yarn install -D @crabnebula/test-runner-backend
pnpm install -D @crabnebula/test-runner-backendThen you can execute the test-runner-backend binary:
npm run test-runner-backend # requires a `{ "test-runner-backend": "test-runner-backend" }` script in package.json
yarn test-runner-backend
pnpm test-runner-backendUsage
To actually run integration tests leverating this backend, you should use the @crabnebula/tauri-driver package, which works cross platform and can communicate with this test runner seamlessly.
See the @crabnebula/tauri-driver documentation for more information.
