-
See https://github.com/microsoft/playwright/issues/6347#issuecomment-965887758 for a current workaround.
Edited by the Playwright team.
---
Hello,
We are using playwright to run automated…
-
### Clear and concise description of the problem
In my company we use [jest-cucumber](https://github.com/bencompton/jest-cucumber) to run our unit tests with our Gherkin feature file.
It allow to …
-
### Issue description or question
The error happens when `ts-node` in active project is installed.
This happens even when the code and `tsconfig.json` are empty.
Installing `SWC` helps:
```
npm…
-
### What happened?
In the test report there is still a dead link if you click on the feature tag at the bottom of the report, if specs are in a nested structure.
[serenity.zip](https://git…
-
### Current behavior
This issue is a duplicate from [another one I created in a different repo](https://github.com/nrwl/nx/issues/19132) but I would like your input on the matter.
Importing code…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
# Intro
- I was trying to upgrade project using aws-cdk-lib@2.9.0 and using import i.e. `import * as lambda from "aws-cdk-lib/aws-lambda";` . lambda.Runtime.NODEJS_18_X throwing error.
- console: …
-
-
### Version
29.6.2
### Steps to reproduce
1. Add a single test suite like this:
```typescript
import {test} from "@jest/globals";
const externalCondition = false;
if(externalCondition) {
…
-
**Describe the bug**
Jest tests appear with a bright green background in the Project pane. I'm not sure if this is trying to indicate a status and is something I can configure? It's barely readab…