aboutsummaryrefslogtreecommitdiff
path: root/tests/qc_app
AgeCommit message (Collapse)Author
2024-04-08Fix issues caught by integration tests.Frederick Muriuki Muriithi
2024-02-28tests: test with just the message - don't include markupFrederick Muriuki Muriithi
Markup can, and will change as improvements are made, but the error messages will not change that often, plus that is what we want to actually test for, not the markup.
2024-01-24Checks: Update code and tests to ensure all checks pass.Frederick Muriuki Muriithi
2022-11-16tests: Fix some failing testsFrederick Muriuki Muriithi
2022-08-31Update test: use new script name.Frederick Muriuki Muriithi
2022-07-07Fix testFrederick Muriuki Muriithi
2022-06-22Test zipfiles uploads: commit forgotten testsFrederick Muriuki Muriithi
2022-06-22Test the results pagesFrederick Muriuki Muriithi
2022-06-21Test the progress indication featureFrederick Muriuki Muriithi
2022-06-21Rename fixture: fixture gives back the redis url, not a serverFrederick Muriuki Muriithi
2022-06-21Update tests: Ensure errors return status code 400Frederick Muriuki Muriithi
2022-06-17Test endpoint '/parse/parse'Frederick Muriuki Muriithi
* Ensure error messages are displayed if a request is made to the '/parse/parse' endpoint with invalid, or missing data.
2022-06-16Add more UI testsFrederick Muriuki Muriithi
- Test upload with missing or invalid data - Test triggering the parsing of the file
2022-06-15Setup test fixtures and initial tests for web-UIFrederick Muriuki Muriithi