-
### Description
It has been discussed on many occasions that it would be beneficial to have the context of `user` data available in Node-RED when a Dashboard is rendered, i.e. if a page is rendered, …
-
### Current behavior
When running a Cypress test via the Test Runner:
`node ./cypress/cypress.js -- open`
I'm seeing this error thrown from cypress:
```
cypress_runner.js:175886 TypeErro…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
## Proposed functionality
A new `setStorageState()` API on the `context` object that applies any given storage state to the current page.
```ts
context.setStorageState({ path: '/storage.json' }…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
Let us know what functionality you'd like to see in Playwright and what your use case is.
Let's say I have a page object like the one below
```typescript
class PageObject {
readonly parent: …
-
## Description
Increase code coverage of the form components used in the New Contribution page.
This issue is demonstrated in this talk:
* **Software Web Testing**: [_Pengujian Perangkat Luna…
-
Hi, I'm a newbie who's been trying for hours to get cucumber-js to find my step definitions. I've come up with this simple example.
In features/foo.feature:
```
Feature: Foo
Scenario: Bar
…