Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions

Jump to navigation Jump to search
m
Line 99: Line 99:
* <code>test.afterEach()</code> and <code>test.afterAll()</code>  
* <code>test.afterEach()</code> and <code>test.afterAll()</code>  
:: try to avoid using the after... hooks, better to do it in the before... hooks
:: try to avoid using the after... hooks, better to do it in the before... hooks
== Section 4 Interaction with Web Elements ==

Navigation menu