Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
66.98k
stars
3.68k
forks
source link
[Bug]: Playwright Test: Electron Apps - errors on Run Test mode #33209
Closed
midleman closed 3 weeks ago
Version
1.48.1
Steps to reproduce
Requirements: must have Playwright Test vscode plugin installed.
yarn
npx playwright test
Debug Test
buttonRun Test
buttonVerify test runs without error - FAIL, electron is unable to launch
Expected behavior
For electron apps, I should be able to launch/run tests via any of the following options:
Actual behavior
I'm unable to run tests with
Run Test
play button for Electron apps specifically.Additional context
No response
Environment
System: OS: macOS 14.6.1 CPU: (12) arm64 Apple M3 Pro Memory: 254.59 MB / 36.00 GB Binaries: Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node Yarn: 1.22.22 - /opt/homebrew/bin/yarn npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm IDEs: VSCode: 1.94.2 - /usr/local/bin/code Languages: Bash: 3.2.57 - /bin/bash npmPackages: @playwright/test: ^1.48.1 => 1.48.1