π Updating the Repo: AI Production Team
Follow these steps to update the Cypress repository:
1. Open the Terminal in VS Code π₯οΈ
- Launch Visual Studio Code and Go to File and click Open Folder:
-
Click on the following project:
-
Click Terminal β New Terminal from the top menu
2. Ensure Youβre in the Correct Directory π
- The terminal should display the correct directory path ending in cypress-ai-automation:
3. Pull the Latest Updates π
- Copy and paste the following command into the terminal:
bash
git pull origin main
- β οΈ Reminder: When pasting in the terminal, DO NOT use Ctrl + V. Instead, right-click on the terminal, and it will automatically paste the copied command
4. Finish the Update β
- Press Enter and wait for the update to complete
- Once finished, your Cypress repository is now updated π
Last updated on