This package provides a test runner API service for the CrabNebula Webdriver for Tauri.
npm install @crabnebula/test-runner-backendThis package provides a test runner API service for the CrabNebula Webdriver for Tauri.
It lets you run integration tests locally leveraging CrabNebula's Webdriver.
Install with your favorite package manager:
``sh`
npm install --save-dev @crabnebula/test-runner-backend
yarn install -D @crabnebula/test-runner-backend
pnpm install -D @crabnebula/test-runner-backend
Then you can execute the test-runner-backend binary:
`sh{ "test-runner-backend": "test-runner-backend" }
npm run test-runner-backend # requires a script in package.json``
yarn test-runner-backend
pnpm test-runner-backend
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.