An ongoing project for The Social QA Bootcamp course.
This is an ongoing repo for The Social QA Bootcamp course by Steven Boutcher. The course is focused on learning the Playwright framework.
There are two test files that handle the functionality of adding products to the shopping cart on the Amazon website:
Both tests utilize the config.ts
file, which contains URLs for products with and without warranties. This allows for easy swapping of product links, enabling testing of different scenarios without changing the test code itself.
Verifies the search functionality for products on Amazon. The tests cover various scenarios, including:
Ensures that the shareable link matches the text copied from the Copy Link button on the Amazon website.
A basic test to check the presence of specific headers on the Playwright website.
getByTestId()
and other locator methods for precise element targeting.