GitAuto Logo
  • Dashboard
  • Overview
  • Coverage Charts
  • File Coverage
  • Usage
  • Credits
  • Pull Requests
  • Settings
  • General
  • Triggers
  • Rules
  • References
  • Actions
  • Model
  • Integrations
  • CircleCI
  • npm
  • Links
  • Docs
  • Back to Home

Trigger settings

These settings control when GitAuto will automatically analyze your code and generate tests. Each trigger can be enabled independently. Changes are saved automatically.

Repository
Review Comment Trigger
Responds to review comments on GitAuto-created PRs by automatically creating fix commits. Learn more →
Test Failure Trigger
Automatically creates a fix commit when a CI test fails on a GitAuto-created PR. Learn more →
Unit Schedule
Automatically creates a PR to add unit tests at specified times, prioritizing files with the lowest test coverage first. Learn more →
E2E Schedule
Creates a PR adding an end-to-end test that drives the running app in a browser, on its own timer independent of the unit schedule. Needs a URL the browser can reach. Learn more →
PausesLast Updated