Skip to Content
Get startedStep 1 - connect a repository
Add a project manually

Add a Project Manually

A manual project in Continuous Accessibility is one that is not linked automatically to a repository hosting service like GitHub, Bitbucket, GitLab, or Azure DevOps. Instead, it requires manual configuration.

How to Add a Manual Project

  1. Click the ”+” button located in the top-right corner of the dashboard.
  2. Select Add repository manually.
  3. Enter a unique project name.
  4. Specify the main branch of your repository.
  5. Optionally, enable URL Parameters and add Page URL templates to tailor your scan settings.
  6. Click Create Project.

A new manual project will be created and ready for configuration.

When to Use Manual Setup

This method is ideal if:

  • Your project is not hosted on a supported repository platform.
  • You want more control over your project configuration.

Next Steps

After creating the project, proceed to the setup instructions where you will:

  • Choose your end-to-end testing framework (e.g., Cypress, Playwright).
  • Select your build environment (e.g., GitHub Actions, Bitbucket Pipelines).

Continuous Accessibility will guide you through configuring these components.

Run Your First Analysis

Once setup is complete, Continuous Accessibility will automatically run your first accessibility scan. You can then view the results directly in the dashboard.

Last updated on