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

E2E tests execution on Windows #671

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

chandrareddyp
Copy link
Contributor

@chandrareddyp chandrareddyp commented Feb 7, 2024

What this PR does / why we need it

Currently, the CLI build and E2E test cases are being executed only in Ubuntu and MacOS.

The goal of this PR is to build the CLI code and execute E2E test cases in a Windows environment. This is to ensure end user use cases and functionalities are tested on all supported operating systems.

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Release note


Additional information

Special notes for your reviewer

@chandrareddyp chandrareddyp requested a review from a team as a code owner February 7, 2024 14:36
@chandrareddyp chandrareddyp force-pushed the feature/e2e-on-windows branch 7 times, most recently from 03f53e3 to 05f980d Compare February 12, 2024 15:34
@chandrareddyp chandrareddyp changed the title Feature/e2e on windows E2E tests execution on Windows Feb 13, 2024
@chandrareddyp chandrareddyp marked this pull request as draft February 13, 2024 21:59
Makefile Outdated

@echo "Docker test central repo started at localhost:9876"

.PHONY: start-test-central-repo-11
start-test-central-repo: stop-test-central-repo setup-custom-cert-for-test-central-repo ## Starts up a test central repository locally with docker
Copy link
Contributor

Choose a reason for hiding this comment

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

Careful here. This target is named the same as the one at line 296 so it will overwrite the above one.
I'm not sure which one you are modifying, but this is the one that runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants