issues
search
go-bdd
/
gobdd
BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: Add support for step data tables
#154
ckoerckel
closed
1 month ago
2
Update README.md
#153
connextrum
closed
2 months ago
2
feat: run rules
#152
vlalanne
closed
6 months ago
1
chore: upgrading the gherkin cucumber version to v28
#151
svandecappelle
closed
6 months ago
2
feat: Add support for step argument (go-bdd#149)
#150
vlalanne
closed
11 months ago
0
Handle multiline paremeters in steps
#149
vlalanne
closed
11 months ago
0
fix: cannot have multiple parameter type on the same line (go-bdd#147)
#148
vlalanne
closed
11 months ago
1
cannot have multiple parameter type on the same line
#147
vlalanne
closed
11 months ago
1
Add support for loading features from fs.FS
#146
sagikazarmark
closed
2 years ago
2
ci: update linter
#145
sagikazarmark
closed
2 years ago
0
ci: run tests on newer Go versions
#144
sagikazarmark
closed
2 years ago
0
Add WithFeaturesFS to use embedded feature files
#143
sagikazarmark
closed
2 years ago
0
fix: panic in getOutlineStep
#142
bkielbasa
closed
1 year ago
0
Method getOutlineStep panics because of a seg fault
#141
phramos07
closed
1 year ago
5
Store Feature and Scenario in test context
#140
jirikuncar
closed
2 years ago
3
Fixing typo in documentation
#139
ristomcgehee
closed
3 years ago
2
Bump addressable from 2.7.0 to 2.8.0 in /docs
#138
dependabot[bot]
closed
3 years ago
0
Join forces with the godog team?
#137
mattwynne
opened
3 years ago
8
use varadic func for WithTags and WithIgnoredTags #135
#136
mirogta
closed
3 years ago
1
Simplify WithTags and WithIgnoredTags arguments
#135
mirogta
closed
3 years ago
0
NewSuite undefined when trying to run your example code.
#134
EmmanuelSammy
closed
3 years ago
3
Support for Cucumber style reports
#133
bkielbasa
opened
3 years ago
0
Use both feature and scenario tags in skipScenario
#132
jirikuncar
closed
3 years ago
4
Fix linter
#131
bkielbasa
closed
3 years ago
0
Ensure JSON-safe test names
#130
jirikuncar
closed
3 years ago
0
Do not discard log output
#129
zippolyte
closed
3 years ago
3
Support for Cucumber style reports
#128
anuragh27crony
opened
3 years ago
2
add context.GetAs()
#127
bkielbasa
closed
3 years ago
0
Get status of suite
#125
tylerauerbeck
closed
3 years ago
5
Use fatal in the internal code to stop executing code when not needed
#124
bkielbasa
closed
4 years ago
0
Add step hooks
#123
jirikuncar
closed
4 years ago
4
proposal: Output format
#122
bkielbasa
closed
4 years ago
7
Add current test, scenario and step to Context
#121
jirikuncar
closed
2 years ago
2
fix issue with not ignoring whole features using tags
#120
bkielbasa
closed
4 years ago
0
WithIgnoredTags does not consider feature tags
#119
jirikuncar
closed
4 years ago
2
Add before/after step callbacks
#118
jirikuncar
closed
4 years ago
7
Add `Name() string` to `StepTest` interface
#117
jirikuncar
closed
3 years ago
6
Add a feature/scenario output format
#116
mirogta
closed
4 years ago
3
Tag proper v1.1.0 version
#115
sagikazarmark
closed
4 years ago
2
Add parameter types
#114
bkielbasa
closed
4 years ago
0
Add keyword before name
#113
sagikazarmark
closed
4 years ago
3
Generate slice getters/setters in the context
#112
sagikazarmark
closed
3 years ago
1
Support data tables
#111
sagikazarmark
closed
1 month ago
5
Better testify support
#110
sagikazarmark
closed
4 years ago
1
Test continues running when a step definition cannot be found
#109
sagikazarmark
opened
4 years ago
2
Prepend gherkin keywords to test names
#108
sagikazarmark
closed
4 years ago
1
Release a new version
#107
sagikazarmark
closed
4 years ago
7
Use t.Fatal instead of t.Error
#106
sagikazarmark
opened
4 years ago
0
Fix code example in README
#105
sagikazarmark
closed
4 years ago
1
Merge context package into the main package
#104
sagikazarmark
closed
4 years ago
8
Next