mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Added a new directory structure for E2E tests under E2E/Terraform/e2e-tests. - Created scripts for managing the test lifecycle: index.sh, wait-for-services.sh, setup-test-account.sh, run-tests.sh, and cleanup.sh. - Developed README.md to document the E2E testing process and directory structure. - Created individual test cases for various resources including labels, monitor statuses, incident severities, incident states, status pages, alert severities, and alert states. - Configured GitHub Actions workflow for automated testing on pull requests and pushes to main branches. - Added necessary variable files for each test case to define required inputs. - Included cookies.txt for session management during API interactions.