Unusual-for-angular setup here:
gherkin > cucumber > playwright
Was difficult to set up, but now even our non-dev‘s write tests 🎉
Now it looks odd, how a instance of a browser gets initiated by #playwright and passed to the global #cucumber scope - but it somehow works. And the benefits are huge. We are like ‚how could we live without’⁉️
¯\_(ツ)_/¯
I also try to achieve a as-usual-as-possible setup but when I implemented that into our project there was no ‘usual setup’ for something that includes #gherkins into a #Angular project.
I don’t know if there is one nowadays.
@josep Personally I'm partial to #WebDriverIO since it actually uses the #WebDriver specification and is a little more future-proof as a result IMHO. Also comes with #Angular integration!
```
$ ng add @wdio/schematics
```