Skip to content

Conversation

@duncdrum
Copy link
Contributor

No description provided.

- Updated the API documentation for the login endpoint to reflect the ability to log out users by adding a query parameter
- Changed the summary and description to clarify the dual functionality of the endpoint
- Modified the response descriptions to provide clearer feedback for login and logout actions
- Adjusted the request body requirement to make it optional for logout requests
- Added Cypress logout command with correct content type for logout requests
…ed apps

- Introduced template for end-to-end testing.
- Added API tests for authentication and collection functionalities.
- Implemented GUI tests for authentication UI.
- Created custom Cypress commands for login, logout, and API requests.
- Included user fixture for authentication testing.

see #71
- Introduced API tests for Collection and Search functionalities, validating endpoints and responses.
- Added GUI tests for Browse Collection and Document View, ensuring proper loading, navigation, and accessibility.
- Implemented error handling and responsive design checks across all new tests.

see #71
- covering various scenarios including upload, delete, and wrap annotations.
- Added a fixture for annotations to support the tests.
- Ensured assertions validate the expected XML structure and response statuses.

see #71
- Introduced a new file for custom API tests, allowing users to add their own API test cases without overwriting during regeneration.
- Added a new file for custom end-to-end (E2E) tests, providing a structure for testing GUI/UI features and workflows.
- Both files include examples and placeholders for users to implement their specific test scenarios.

see #71
- Introduced new dependencies for JSON schema validation using AJV.
- Added a new test file for validating API definitions against the OpenAPI 3.0.3 schema.
- Included the OpenAPI schema as a JSON file to facilitate validation tests.

see #71
- Introduced new Cypress test files for Pagination, Search, Edition Navigation, Landing Page, Metadata Panel, Document Register Integration, Bibliography Register, People Register, Places Register, and Timeline functionalities.

see #71
- covering page load, navigation, toolbar functionality, element editing, and authentication.
- Implemented assertions to validate the presence and visibility of key components and actions within the ODD Editor interface.

see #71
- Removed redundant API call intercepts from individual test files.
- Introduced helper commands for setting up feature-specific intercepts, improving test maintainability and readability.
- Updated test files to utilize universal intercepts defined in support/e2e.js, ensuring consistent behavior across tests.

see #71
- Added entries for Cypress test output folders (
- Included .DS_Store to ignore macOS system files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants