πIntegration Testing
Set up testing to have confidence when deploying to production.
Overview
Example console log on development env:
{
"is_test": true,
"message": "Submission Setup Correctly",
"fields": [
"Name",
"Email",
"UID",
"Issue",
"Message"
]
}Manual Testing
Automated Testing
Last updated