-
### SpecFlow Version:
- [X] 3.0
- [ ] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [ ] SpecFlow+Runner
- [ ] MSTest
- [X] NUnit
- [ ] Xunit
…
-
IntelliJ nicely shows comments on steps from a feature file with a shortcut, yet if I add comments to the steps like so
```
# This step does stuff
# @param hsh [Hash] a hash
# @return stuff
When(/I d…
-
## Expected behaviour
> If you're suggesting a change/improvement, tell us how it should work.
## Current behaviour
> If suggesting a change/improvement, explain the difference from current behav…
-
React Strict DOM has a single file for Flow type definitions and a single file for TS type definitions.
The build step for this is fairly complex, however:
- We transform the entire folder of sour…
-
### Description
Trying to build a plugin that adds an item to the "More" menu via the PluginMoreMenuItem component using versions of the editor package that export their own type definitions for the …
-
![Image](https://github.com/user-attachments/assets/69fb2714-b914-4650-9b39-32f3c8a389c2)
-
Just a small request to add feature step line number as displayed in the feature files. This would help manual testers to easily locate the failures directly in the feature file and then execute the t…
-
### SpecFlow Version:
- [x] 3.0
- [ ] 2.4
- [ ] 2.3
- [ ] 2.2
- [ ] 2.1
- [ ] 2.0
- [ ] 1.9
### Used Test Runner
- [ ] SpecFlow+Runner
- [ ] MSTest
- [ ] NUnit
- [x] Xunit
…
-
Step definitions currently look like this:
``` ruby
Given(/^I have a tokenized debit card$/) do
@client.post('/cards',
{
name: "Johannes Bach",
number: "4342561111111118",
exp…
matin updated
10 years ago
-
It would be cool to use the java8 lambda notation provided by [io.cucumber:cucumber-java8](https://github.com/cucumber/cucumber-jvm/tree/master/java8) to define steps:
```
Given("^the erp-produ…