The videos on API automation are specifically very useful :). Specially since you explain it with real use case of when to mock and why (like putting features on/off based on feature flags). Good stuff :).
@teo_ke Жыл бұрын
would you plan to create framework for playwright ? It's really awesome how you clean and doing refactor for your code.
@TestingMiniBytes Жыл бұрын
Yes, why not - I am going to do that
@roshnray6566 Жыл бұрын
Thx for the video.
@teo_ke11 ай бұрын
22:48 maybe because you shouldn't return route.fullfill(....) just only route.fullfill(...)
@maheshdeevi786811 ай бұрын
Hi Amuthan, auto suggestions are not showing up in Intellij IDE for playwright . Can you please help me on this?
@TestingMiniBytes11 ай бұрын
Hey, Are you using the paid version?
@maheshdeevi786811 ай бұрын
@@TestingMiniBytes No Amuthan , it's community edition.
@TestingMiniBytes11 ай бұрын
That is why not suggesting. Use paid version or use VSCode
@barscanates557310 ай бұрын
Hello!, I need a advice, I need mock response of applicatiom/edn accepting request. is it possible ? Anyone know that?