Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

File metadata and controls

30 lines (20 loc) · 1.09 KB

Playwright Automation Framework Excercise

Steps to get started:

Testing Website

Prerequisites

  • Node.js

Fork the repository and clone it locally

Import project into IDE

  • Project root is located in qa folder

After finishing the goals listed below create a PR

Goals

  1. Automate Login, Account Creation, Checkout UI
  2. Automate Login & User Account CRUD API
  3. Utilize API to support UI tests
  4. Have Fun

Considerations

This is an open-ended exercise designed to showcase your skills and expertise with Playwright! We encourage you to apply best practices in structuring your tests, locators and addressing various scenarios. Feel free to incorporate any additional enhancements or optimizations you think are valuable. This is your opportunity to demonstrate your approach to writing clean, scalable, and maintainable test scripts.

Submitting your coding exercise

Once you have finished the coding exercise please create a PR into Tekmetric/interview