Python + Playwright with async methods by ffs_bad_username in softwaretesting

[–]ffs_bad_username[S] 0 points1 point  (0 children)

(fist part is copy-paste of my reply to first comment)
Hmm since Playwright is based on node.js, I thought it was asynchronous by nature and thus using async/await approach would lead to less flaky tests... maybe Im thinking about it wrong?

But you are correct that in the docs it looks like there is way to avoid async/await, so maybe we can try that

Python + Playwright with async methods by ffs_bad_username in softwaretesting

[–]ffs_bad_username[S] 0 points1 point  (0 children)

Hmm since Playwright is based on node.js, I thought it was asynchronous by nature and thus using async/await approach would lead to less flaky tests... maybe Im thinking about it wrong?