Ronny Schulz (CGI)
Ronny Schulz (CGI)
well, it is also the time the last update to the icon font was done. Since then google deprecated the old font and introduced a new one, it looks like...
Since working on an enterprise level product I tend to bundle the things that belong together so they can easily be found and related to. Thus the tests for an...
> 1. For multi-scoped paths like `tests/(login)/(auth).feature` I think we should treat whole sequence as a scope. So, scope here is `(login),(auth)`. And it matches exactly the same scope in...
> > `// bdd-context: authentication` > > This is very close to the suggestion by @viktor-silakov with special export in steps file: > ```js > export overrides = [ 'features/steps/games.ts'...
> Thanks for all the input @rschulz-scisys :) you're welcome ;-) > So, one more idea - just extend that existing approach to steps: > > ```js > When('I click...
> I personally prefer the original approach with all of their cons, so would be great if duplicate step definition feature will be possible to enable only via config flag...
> I've discovered that SpecFlow has exactly the same approach we ended up here - use tags to bind step definitions to features. Even the name is the same -...