Prepare for Your First Assignment | Bondar Academy
Course: Playwright UI Practice Assignments
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
In this lesson, you will start working on practice assignments using the Pet Clinic test application. Here’s how to set it up: Accessing Pet Clinic 1. Navigate to petclinic.bonderacademy.com and log in. 2. If it's your first time, reset your password by clicking on the Forgot Password button and entering your email. 3. Follow the email instructions to set a new password. 4. Log in with your new credentials. Application Overview The Pet Clinic application includes: Owners Veterinarians Pet Types Specialties You can add, edit, and delete specialties and manage owners and their pets. The application also features an API and a Swagger page for testing endpoints. Setting Up Your Project To automate the application: Access the project template from the resources section below the video. Create a new GitHub repository using the template. Clone the repository to your local machine using: git clone <repository-url> Install dependencies with npm install . Create a .env file for your credentials. Practice Assignments For your first assignment, create a new branch and a spec file for input fields. Automate the test cases and push your changes. Then, create a pull request: Add the Bondar Academy Instructor as a collaborator. Submit the pull request URL on Bondar Academy. After submission, the instructor will review your work, providing feedback and suggestions. If you have questions, reach out via the Slack channel. Good luck with your first practice assignment!