-
Notifications
You must be signed in to change notification settings - Fork 4
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: added image checker extension installation tests #61
base: main
Are you sure you want to change the base?
Conversation
podman-desktop-extension/tests/src/pages/image-checker-image-tab-page.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But I have 2 questions:
- is the switch to module related to this PR ? I have the feeling it should be a separate PR
- when running the tests, I noticed the report reported a skipped test is this expected ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as Jeff mentionned, all changes to the main package.json should be done prior to just the e2e part
Opened a separate pr for the package.json: #63 |
7740929
to
53f4e4c
Compare
Separate PR for switch to ES modules: #65 |
rebased, ready for review @odockal @jeffmaury @benoitf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure the dependency update in yarn.lock should be part of this PR
podman-desktop-extension/tests/src/pages/image-checker-extension-page.ts
Outdated
Show resolved
Hide resolved
podman-desktop-extension/tests/src/pages/image-checker-image-details-page.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Rostislav Lán <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added image checker extension installation tests (OCI version) as per #57