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

test: Start of the E2E test suite and basis of E2E docs #1422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

patriksuba
Copy link
Collaborator

What this PR does

Add test directory with README and initialize E2E framework with client which connects to development environment. Create basic tests (cluster list and get).

Jira: ARO-14974, ARO-15274
Link to demo recording:
Scope: Deliver minimal framework code to demonstrate connection of client to development environment.

Special notes for your reviewer

gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/Azure/ARO-HCP/internal => ../internal
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't need to do this, that's the point of go.work

- start of E2E test suite and README
- client connects to development enviroment using port forwarding to localhost
- Draft of list and get test cases.
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