Introduction Today, I encountered an interesting challenge while working on a Playwright project at work, and I’d like to document my findings. The task was to simultaneously run multiple projects, each with different sets of data. Thankfully, Playwr...
qualitymatters.hashnode.dev5 min read
[[..Pingback..]] This article was curated as a part of #121st Issue of Software Testing Notes Newsletter. Web: softwaretestingnotes.com
Great Article! Allow me light degression - if the context is about testing different users I would prefer fixtures though. It would increase the number of tests in the project, but will keep the config file clean with simply one project.
But, maybe if you are lazy and just want to maintain only one test, the concept itself has the right to exist :)
Rosemarie Vickers
Good post