-
I am unable to execute tests with the Playwright test runner in debug mode under the following conditions:
Debugging with Breakpoints:
When I run tests in debug mode and set a breakpoint, the execut…
-
I often get below error post test case(s) execution, while generation of cucumber report. The json report file also remains empty.
```
Error in reporter Error: Pickle not found
at TestCase.fi…
-
Our team has a case to use the BDD test, Playwright has any plan to add their own BDD implementation using the playwright test runner? That would be great if to have.
This can help many people who …
-
### Environment
Working directory: /dev/playwright-nuxt 11:32:38 AM
Nuxt project info: …
-
Currently Microsoft Playwright Testing works only with Playwright test runner. Other test runners are not supported.
AB#1903435
vvs11 updated
3 months ago
-
We're currently using jest as a test runner for testing angular applications using playwright. In the angular ecosystem tools usually integrate with the `@angular/cli` by providing a builder, so our `…
-
I'm monitoring the stability of the Playwright tests and observed that there are a number of intermittent, recurring test failures at the `theia-notebook-editor.test.ts`.
```
Error: 1) ../../src…
-
### Version
1.48.2
### Steps to reproduce
1. Create simple test:
```typescript
import { test, expect } from '@playwright/test';
test('color', () => {
expect('foo').toBe('bar');
})
```
2. Run P…
-
**Task Details**
As of 1.12.0 Playwright ships with its [in-house test runner](https://playwright.dev/docs/test-intro).
It offers many functionalities that I had to implement myself (as hooks or …
-
### Describe the bug
@jest-playwright-preset is not getting maintained anymore. See:
https://github.com/playwright-community/jest-playwright?tab=readme-ov-file#%EF%B8%8F-we-recommend-the-official-pl…