Hi,
I’m trying to learn how to use CodeceptJS + Puppeteer in order to create some BDD-style tests. In one of these scenarios, I’m supposed to enter values into a simple form, submit this data and when I submit it, I’m supposed to see a text saying “Hello, value”.
What “complicates” it for me, is the fact that I have more than one value, and I don’t have a concrete idea of how to execute this portion. Should I create a for loop with several steps inside of it in order to perform this? What’s the best way to go about it?