-
-
Notifications
You must be signed in to change notification settings - Fork 7
Tp10 fixes sans templates #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
duncdrum
wants to merge
18
commits into
main
Choose a base branch
from
tp10-fixes-sans-templates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.