Smrtnyk

Results 9 issues of Smrtnyk

In our repo we are missing this event constructor for testing some of the error capturing mechanisms we build in jest. I am not sure actually about how to test...

### System info - Playwright Version: [v1.33] - Operating System: [Windows 11, Ubuntu 22] - Browser: [WebKit] ### Source code - [x] I provided exact source code that allows reproducing...

browser-webkit
v1.35

### System info - Playwright Version: 1.32.2 - Operating System: Windows - Browser: Firefox ### Source code - [x] I provided exact source code that allows reproducing the issue locally....

browser-firefox
v1.35

### System info - Playwright Version: v1.33 - Operating System: Windows, Ubuntu22 - Browser: All - Other info: ### Source code - [x] I provided exact source code that allows...

triaging

It looks like jest.mock hoisting breaks as soon as jest is imported from @jest/globals import {jest} from "@jest/globals"; import {foo} from './module1.js'; import {bar} from './module2.js'; jest.mock('./module1.js'); test fails, but...

### Version 1.42.1 ### Steps to reproduce 1. Clone my repo https://github.com/Smrtnyk/PW-repros 2. npm install 3. npm run test ### Expected behavior Test retry mechanism should be more clear ###...

v1.43

For now it just renders the intervals on the chart. It uses pink stripes and alpha transparency rects to preserve the parent fill color. In future will add tooltip rendering...

Functions can be async, which means they have some waiting times for other async calls to finish. Similar to the waterfall intervals, we should add that to the function nodes...

enhancement
help wanted
good first issue