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

WIP: chore(tests): podman detection e2e scenario #5495

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

Conversation

odockal
Copy link
Contributor

@odockal odockal commented Jan 10, 2024

What does this PR do?

Adds podman detection e2e test

Screenshot / video of UI

What issues does this PR fix or reference?

#3479

How to test this PR?

yarn test:e2e:smoke

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
@odockal odockal requested review from benoitf and a team as code owners January 10, 2024 22:04
@odockal odockal requested review from dgolovin and cdrage and removed request for a team January 10, 2024 22:04
@odockal odockal marked this pull request as draft January 10, 2024 22:06
});
describe.runIf(os === 'win32')('On Windows', async () => {
test('Podman is installed and machine started', async () => {
// TODO add windows and mac specific test
Copy link
Contributor

Choose a reason for hiding this comment

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

Unimplemented tests shouldn't be merged into master, probably best to set the skip parameters to this describe block or remove it completely for now.

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.

None yet

2 participants