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

Make integration test local run friendlier #1517

Open
data-sync-user opened this issue Jan 29, 2024 · 0 comments
Open

Make integration test local run friendlier #1517

data-sync-user opened this issue Jan 29, 2024 · 0 comments

Comments

@data-sync-user
Copy link
Collaborator

Being able to run a large test suite against code running locally can be very useful while developing. The current Integration tests are very much designed to be run as a docker instance inside of our CI flow, and thus do not lend themselves well to running locally.

It would be useful to have:

  • A document describing how to set up testing against a server running on localhost or somewhere in the local net.
  • The ability to run against an existing, running server (which may be running a debugger)
  • The ability to run an individual test from the integration suite.
  • The ability to output test results to a log file with detailed input and output statements.

It’s preferred that the locally executed tester use the same tests as the CI integration tester to ensure that any new test introduced is available to both systems.

┆Issue is synchronized with this Jira Task

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

No branches or pull requests

1 participant