Hamid Mayeli

Results 7 issues of Hamid Mayeli

### Current behavior When you have multiple tests reaching out to the same path, intercepts leak between tests. There are a few close related to same thing and they suggest...

stale

Given the following data: ```json [ { "id": 2, "rate": 5, "logo": "https://loremflickr.com/640/480?lock=6423556804050944", "email": "[email protected]", "telephone": "021 178 03 73", "categories": [ { "id": 1, "name": "cat 1" }, {...

**Logs and screenshots** I won't be able to add logs as it's over GitHub limits **Versions** - What is this plugin's version? `^3.11.0` - What is Cypress version? `^12.17.2` -...

I am not able to find any example of instrumentation of app created by `npx create-next-app@latest`. I added Cypress by following [the nextjs doc](https://nextjs.org/docs/pages/building-your-application/optimizing/testing#manual-setup). But, I am not able to...

### Application Outline Client ### Describe the bug I have a `ssconf` url that point to server `A` and client is connected to it. If I change the `ssconf` to...

feature request
failure/connect
client

When running a lightweight process that repeats a large number of times (e.g., 1 million iterations), setting the maximum count to 1 million and calling `Next` on each iteration significantly...

feature request

The usage is currently returns the usage of last 30 days. This PR adds a query to specify the last number of hours. ``` GET /metrics/transfer # Default: 30 days...