-
Open the forked repo in VSCode.
-
Create a new branch by running
git checkout -b task_solution
. -
Run the installation commands:
npm ci
npx playwright install
- Update all the methods in
HomePage
andSignUpPage
classes with thetest.step
method. Use theSignInPage
class as an example. - Re-run all your tests and make sure they pass after the updates.
- Add and commit all your updates.
- Push the code to the origin.
- Create a PR for your changes.
- Keep implementing suggestions from code review until your PR is approved.