Features

Alerts

When a test in Codeless Automation fails, we can notify you by sending you an e-mail, Webhook, Push Notification or SMS/text message.

You can choose to be alerted immediately, or once a day.

Alert Types

We offer 4 ways to alert you:

  • E-mail
  • SMS/Text message
  • Webhook to a URL you specify.

The message you will receive will contain the URL, number of errors and an error message trace.

E-mail Alerts

To receive an alert via e-mail, fill in your e-mail address.
We will send an email with the failure of the test.

You can customize the error message by filling in your own text.
We offer these variables to customize your error text: %test_name% and %browser%.

Email Alerts

SMS Text Message

Fill in your phone number (with country code) to receive a SMS message when a test fails.

You can customize the error message by filling in your own text.
We offer these variables to customize your error text: %test_name% and %browser%.

There's also the possibility to be alerted when the test recovers.

SMS Alerts

Webhook

We can call an URL you specify whenever a test fails.

The URL needs to be publically available, otherwise TestingBot cannot reach the URL.

The URL will receive a POST request from us with the following fields:

  • success (boolean)
  • job_id (int) - internal id
  • test_ids[] (string[]) webdriver sessionIds
  • errors[] (string[]) error messages