Cypress AI demo.
brew install node
brew install ollama
Clone the repository:
git clone https://github.com/ai-action/cypress-ai-demo.git
cd cypress-ai-demo
Install the dependencies:
npm install
Start the Ollama server:
ollama serve
Download the LLM:
ollama pull qwen2.5-coder
Open Cypress:
npx cypress open