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

Revamp tests #350

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Revamp tests #350

wants to merge 10 commits into from

Commits on Nov 29, 2024

  1. Revamp tests:

    - Use endpoints.json instead of hardcoded configs
    - Use client-libs-test image
    - Add run-tests action
    - Use [Theory] based approach to run tests against multiple endpoints
    - Remove old config and env files
    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9e8abfd View commit details
    Browse the repository at this point in the history
  2. Update integration.yml

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    942c360 View commit details
    Browse the repository at this point in the history
  3. Fix integration.yml

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ec32e48 View commit details
    Browse the repository at this point in the history
  4. Fix run-tests action

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    b36e57f View commit details
    Browse the repository at this point in the history
  5. Fix docker compose command

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    54e9de0 View commit details
    Browse the repository at this point in the history
  6. Fix sed command

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    62d3cef View commit details
    Browse the repository at this point in the history
  7. Use stack-based images

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3b26804 View commit details
    Browse the repository at this point in the history
  8. Use xunit.skippablefact

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0f6c630 View commit details
    Browse the repository at this point in the history
  9. Fix action

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8ec41fb View commit details
    Browse the repository at this point in the history
  10. Align Xunit versions

    uglide committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1dc09fc View commit details
    Browse the repository at this point in the history