description |
---|
In this section, you will learn how to integrate your GuardianTest tests with the GuardianUI continuous monitoring system. |
There are two ways for you to create tests that can be integrated with our monitoring system:
- You write the tests locally or in github using GuardianTest
- We write and submit your tests for you. Please contact us using this form if you're interested in this option.
{% hint style="info" %} New users will need to contact the GuardianUI team using this form to create their GuardianUI workspace and start their 14-day free trial. {% endhint %}
To submit your tests for continuous monitoring, you will need to follow these steps:
- Install the GuardianTest framework
- Write your tests using GuardianTest
- Run your tests to ensure they pass
- Log into the GuardianUI app
- If you do not have access to the app, please fill out this form to receive access and start your 14-day free trial.
- Click
Write Tests
on the navigation menu - Give your test a name using the
Name
input field - Select a run frequency using the drop down menu
- Paste your test code into the in-app code editor
- Click run to make sure it passes
- Click submit
{% hint style="info" %} We are working on github integrations that will allow you to configure your test files to be pulled into our runners from outside our app. {% endhint %}