Hi Neemo. SO what is the standard practise when using Pytest and Playwright, do we use 'assert' or 'expect'?
@automationneemo2 жыл бұрын
Hi There is no such standard practice for following any one of the assertion types. If anyone is using Playwright with Python or Java or JS, then their first preference should be using except over pytest/testng/mocha assertion, as there are advantages of using except. Even Playwright itself recommends to use except.
@mahaboobsabmaniyar73632 жыл бұрын
sir how to handle angular tables in playwright
@automationneemo2 жыл бұрын
Can you please share any sample website where angular tables are there? I will create separate video on that