Skip to content

Add playwright tests #117

Add playwright tests

Add playwright tests #117

Triggered via pull request August 22, 2024 06:45
Status Failure
Total duration 1m 3s
Artifacts

check.yml

on: pull_request
prerelease
53s
prerelease
Fit to window
Zoom out
Zoom in

Annotations

2 errors
tests/joining-room.spec.ts: tests/joining-room.spec.ts#L3
Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. ❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:71:13 ❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:80:24 ❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:256:12 ❯ tests/joining-room.spec.ts:3:1
prerelease
Process completed with exit code 1.