-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Version
System:
OS: macOS 26.2
CPU: (10) arm64 Apple M5
Memory: 86.06 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Chrome: 144.0.7559.133
Firefox: 147.0.3
Safari: 26.2
npmPackages:
@rstest/browser: 0.8.4 => 0.8.4
@rstest/browser-react: 0.8.4 => 0.8.4
@rstest/core: 0.8.4 => 0.8.4
@rstest/coverage-istanbul: 0.2.0 => 0.2.0Details
When I execute tests in browser mode AND a setup file that access rstest api methods, like 'beforeEach',
Then I got an error, because the rstest api is not registered.
Reproduce link
https://codesandbox.io/p/devbox/2lt7tv
Reproduce Steps
- npm install
- npx playwright install-deps
- npm run test
Reactions are currently unavailable