Skip to Content
Documentation
QA
CypressUpdating the RepoAI Production Team

πŸ”„ 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:

cypress

  • Click on the following project:

    cypress

  • Click Terminal β†’ New Terminal from the top menu

cypress

2. Ensure You’re in the Correct Directory πŸ“

  • The terminal should display the correct directory path ending in cypress-ai-automation: cypress

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