Playwright End to End Testing Framework – Part 2 (Writing Test Cases)
In last chapter , we created the required page objects Product.ts and ViewCart.ts, now we will use these page objects to create test case in Orders.spec.ts As you can see above, we have created instances of product and viewCart pages. Now, these two lines are used to handle alerts . First line creates an empty […]
Playwright End to End Testing Framework – Part 2 (Writing Test Cases) Read More »
