Overview
This guide provides instructions for end-to-end testing of the Conformly.ai platform, covering all major workflows and features.Test Scenarios
1. User Authentication
- Sign up new user
- Sign in existing user
- Refresh token
- Sign out
2. Workspace Management
- Create workspace
- List workspaces
- Update workspace
- Delete workspace
- Switch between workspaces
3. Standards Management
- Upload standard document
- List standards
- View standard details
- Attest standard ownership
- Delete standard
4. Work Products
- Upload work product
- List work products
- View work product details
- Update work product metadata
- Delete work product
5. Compliance Analysis
- Start gap analysis
- Monitor analysis progress
- View analysis results
- Start completeness check
- Start traceability check
- Run checklist validation
6. Reports
- Generate compliance report
- Download report
- List reports
- View report details
7. Traceability
- View traceability matrix
- Identify traceability gaps
- Create traceability links
Testing Tools
- Postman: API endpoint testing
- Cypress/Playwright: Frontend E2E testing
- pytest: Backend unit and integration tests
View Complete E2E Test Guide
See the complete end-to-end testing guide