Kranael

Results 4 comments of Kranael

Also would like to have a better api testing solution baked in the framework. You made UI a breeze now pls add API Testing to the roadmap. At least REST

I would also prefer: ``` test.tags('@fast', '@mobile'); test('Test login page', async ({ page }) => { // ... }); ``` instead of: ``` // ... it('works as an array', {...

> If anyone is in a rush with separating tags and the title in spec files, tests could also be decorated in this way with a bit of custom code....

Yes this should be first priority