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

  1. Log in to your LoveAutomate dashboard
  2. Click New Project
  3. 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:

  1. Go to Project Settings → Repository
  2. Select your Git provider
  3. Authorize LoveAutomate to access your repository
  4. 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?