Schedules
Last updated
Was this helpful?
Last updated
Was this helpful?
When you've already prepared automated tests, you should run them on a regular basis to monitor if your web app works properly.
Fortunately, you don't need to log in to BugBug and click "Run" every week . BugBug can automatically and notify you about failed tests with .
Scheduling cloud monitoring with automated tests doesn't require any engineering knowledge or additional infrastructure. Here's how to do it:
Go to "Schedules"
Click on the "New schedule" button
Select "Hourly" and fill out all of the required fields
Select "All suites" or any other specific suite
Make sure "Schedule enabled" is turned on
Click on the "Create schedule" button
That's it! Based on this example, BugBug will now run your tests every hour. You will receive email notifications when all tests have been completed.
Create more schedules to have control over which suites are run and when.
Create separate test suites
Go to "Schedules"
Click the "New schedule" button
Fill out the name field
In the "Time" section, select the type of run from Every 5 minutes/Hourly/Daily/Weekly/Monthly (for this example, we'll select Daily).
Select the suites you want to run and set the scheduled time range
Make sure "Enabled" is turned on
Click on the "Create schedule" button
Make sure your selected test suite passes when you
You will receive notifications with scheduled test results directly in your inbox. You can .
Emails notifying about failed schedules are marked with a symbol.
Important! By default all suites use the setting to avoid sending you false-alarm notifications from unstable, flaky tests.
Tip! Add a filter in your email to avoid inbox clutter. Or .
The email contains details about the results and direct links to the tests that failed. After clicking the link you will see a read-only report of this run from the .
Did you know? You can also
If you work on a large project, you may want to have more than one schedule. For example, you can run production tests every hour but monitor your just once a day at night.