Installation
Install LoveAutomate and connect it to your project in minutes.
Get LoveAutomate connected to your project.
Prerequisites
Before you begin, ensure you have:
- A GitHub, GitLab, or Bitbucket repository
- A CI/CD pipeline (GitHub Actions, GitLab CI, Jenkins, etc.)
- A LoveAutomate account (sign up here)
Step 1: Create a Project
- Log in to your LoveAutomate dashboard
- Click New Project
- Give your project a name and description
Step 2: Connect Your Repository
Connect your code repository so our AI agents can analyze your application structure:
- Go to Project Settings → Repository
- Select your Git provider
- Authorize LoveAutomate to access your repository
- Choose the repository and default branch
Step 3: Configure Your CI Pipeline
Add the LoveAutomate step to your CI configuration:
# GitHub Actions example
- name: LoveAutomate QA
uses: loveautomate/qa-action@v1
with:
api-key: ${{ secrets.LOVEAUTOMATE_API_KEY }}
project-id: your-project-id
Step 4: Run Your First Analysis
Push a commit or open a pull request. LoveAutomate will automatically:
- Analyze the code changes
- Generate relevant test scenarios
- Execute tests and report results
- Post quality signals to your PR
What's Next?
- Quick Start — Walk through a complete example
- Configuration — Customize agent behavior