-
### 👓 What did you see?
I've configured the cucumber plugin to look for step defs in the right paths, but it's not matching the step-defs.
```yaml
"cucumber.features": [
"**/tests/…
neskk updated
1 month ago
-
Hi all! At the project we have 2 Test Automation frameworks, first with Java (JUnit) and with Galen specs and the second with JS (Protractor + Cucumber), we need to add all galen specs to JS framework…
-
If you have a question, please ask it on the `#vscode` or `#vscode-go` channels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode).
**Is your feature request related to a prob…
-
## Value Statement
**_As a_**
**_I want to_**
**_So that_**
---
## Background Context
This commit introduces keyboard-only e2e tests for Chapter 1 (Veteran Details) of the 526ez form. It is s…
-
### SpecFlow Version:
- [x] 3.0
### Used Test Runner
- [x] Xunit
Version number: 3.0.132-beta
### Visual Studio Version
- [x] VS for Mac
### Are the latest Visual Studio updates 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…
-
[Day 80 Video](https://vimeo.com/496436037)
- [x] Debug with watches ...
![image](https://user-images.githubusercontent.com/755710/103463243-10f52100-4cf9-11eb-9443-714f96bf43a0.png)
…
-
### Summary
`flutter:scrollIntoView` always scrolls inner most ListView and scrolls indefinitely, even when specifying ListView with `flutter:scrollUntil`
### Code
```
...
capabilities = XCUI…
-
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 …
-
Adding e2e tests should help test out our React components as a whole; currently unit testing React is a bit weird as we're relying on DOM rendering; Writing some BDD tests on how our UI is suppose to…