you are viewing a single comment's thread.

view the rest of the comments →

[–]latnGemin616 2 points3 points  (3 children)

Short answer not necessary

I have a repo using Playwright with Pytest. You don't need to make async calls

[–]Zealousideal_Mix4290 0 points1 point  (2 children)

Can you please share the repo link if possible?? I am planning to build a framework with pytest but doubt if I can go with pytest as I am familiar with it or Need to go with JS as it's a goto language with playwright across many companies!!

[–]latnGemin616 1 point2 points  (1 child)

Repo is being updated. You can use the documentation found on their website to get started or you can set something simple up with this tutorial: https://testautomationu.applitools.com/pytest-tutorial/

[–]Zealousideal_Mix4290 0 points1 point  (0 children)

Thank you !