2019DEV091
2019DEV091
I'm also looking into this. I found this framework which I find has a nice link between writing code for things you are sure of and using natural language for...
Thanks for your swift answer. When running the tests you provided I get a correct json, but with my blobs it still produces an empty []. I'm currently debugging myself...
Thanks for the tip, I'll do that. In the mean time I am able to reproduce the issue. I will send you tomorrow the link to the sample repo, but...
Pull request with reproduction of bug is here: https://github.com/vitalets/playwright-bdd-example/pull/29
I can make it work by having separate bddconfigs for each of my projects and removing the generic bddconfig I had. From this: ```ts /** * See https://playwright.dev/docs/test-configuration. */ export...