vitalets / playwright-bdd

BDD testing with Playwright runner
https://vitalets.github.io/playwright-bdd/
MIT License
316 stars 40 forks source link

Question: How to use Background in feature file, right now it doesn't work and I'm getting an error #210

Closed AmmarQA24 closed 3 months ago

AmmarQA24 commented 3 months ago

Hey, I have a feature file where I would like to reuse the same steps and put them in Background at the top but I'm getting this error - see attached image. I'm using a Playwright writing style btw. I tried removing also tag from Background but it didn't help error background feature file

AmmarQA24 commented 3 months ago

got it working I will close it