Skip to content

Test/ilex 119 #109

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

Merged
merged 26 commits into from
Jun 11, 2025
Merged

Test/ilex 119 #109

merged 26 commits into from
Jun 11, 2025

Conversation

SimaoBolota-MetaCell
Copy link

@SimaoBolota-MetaCell SimaoBolota-MetaCell commented May 29, 2025

✅ Added E2E Test Coverage & Pipeline Integration

🧪 What’s Included

This PR adds a suite of end-to-end smoke tests for key user flows in InterLex:

  • User Info Flow (userInfo.test.js)

    • Login using ORCID
    • Post-login checks (User Info, Dashboard)
    • Logout
  • Search Flow (searchInfo.test.js)

    • Home page load
    • Search for a term (e.g. "medulla")
    • Result navigation and detail checks (URI, synonyms, IDs, description, predicates table)
  • Organization Flow (createOrganization.test.js)

    • Login using ORCID
    • Navigate to organizations page
    • Create a new organization

All tests are passing and have been verified via the test output.

⚙️ CI/CD Integration

The new tests are now integrated into the Codefresh pipeline:

  • A dedicated test_build step builds a Docker image from interlex/test/Dockerfile.testing.
  • A new e2e_test stage runs the test suite in composition with the app service.

Copy link
Member

@ddelpiano ddelpiano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ddelpiano ddelpiano merged commit 425332e into devel Jun 11, 2025
1 check passed
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