I have a test folder that looks like this:
I am looking for a way where I can tell playwright to run specific spec files say 1A, 3A and 7A parallel or in order. I have created one Appointment folder under the tests folder to keep all spec files related to Appointments test scripts, and the tests folder is set as the test directory in the config file. Is there a way to address this in the config file by passing variables or any other better option?