Skip to content

ai-action/cypress-ai-demo

Repository files navigation

Cypress AI Demo

cypress

Cypress AI demo.

Prerequisites

Node.js:

brew install node

Ollama:

brew install ollama

Install

Clone the repository:

git clone https://github.com/ai-action/cypress-ai-demo.git
cd cypress-ai-demo

Install the dependencies:

npm install

Run

Start the Ollama server:

ollama serve

Download the LLM:

ollama pull qwen2.5-coder

Open Cypress:

npx cypress open

License

MIT