Skip to content
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

chore(test): introduce cypress tests #68

Merged
merged 36 commits into from
Jan 22, 2025
Merged

Conversation

srijitcoder
Copy link
Member

@srijitcoder srijitcoder commented Jan 2, 2025

Cypress Test Changes

  • File Operations
    • Load and edit OSC (Open Science Catalog) related files
    • Load and edit narrative markdown files
    • Load and edit normal text/code files
    • Validate file content changes
    • Duplicate files
    • Delete files
  • File List Management
    • Render files list correctly
    • Validate files list items with title names
    • Add new product files
    • Add new narrative files
    • Add new manual content
    • Upload files
  • Session Management
    • Render sessions list correctly
    • Validate session list items with title names
    • Delete sessions
    • Review sessions
    • Create new sessions
    • Content Validation
    • Verify product content changes
    • Verify narrative content changes
    • Verify normal content changes
    • Validate file paths and titles
  • API Interactions
    • Intercept and handle GET requests
    • Intercept and handle POST requests
    • Validate GraphQL operations
    • Handle file content modifications
    • Process session state changes

@srijitcoder srijitcoder added enhancement New feature or request feature labels Jan 21, 2025
@srijitcoder srijitcoder linked an issue Jan 21, 2025 that may be closed by this pull request
4 tasks
@srijitcoder srijitcoder marked this pull request as ready for review January 21, 2025 10:31
@silvester-pari silvester-pari changed the title Feat: Introduce tests using cypress chore(test): introduce cypress tests Jan 22, 2025
@silvester-pari silvester-pari merged commit e170d19 into main Jan 22, 2025
1 check passed
@silvester-pari silvester-pari deleted the feature/test-cases branch January 22, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic tests
2 participants