-
Notifications
You must be signed in to change notification settings - Fork 266
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
Extensions compatibility tests 2.10 #11508
Extensions compatibility tests 2.10 #11508
Conversation
8dc087f
to
887d38d
Compare
46989f9
to
4cd3724
Compare
d1176b0
to
0413875
Compare
cypress/e2e/po/pages/extensions-compatibility-tests/elemental.po.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/po/pages/extensions-compatibility-tests/extensions-compatibility.po.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/po/pages/extensions-compatibility-tests/extensions-compatibility.po.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/po/pages/extensions-compatibility-tests/extensions-compatibility.po.ts
Outdated
Show resolved
Hide resolved
import * as jsyaml from 'js-yaml'; | ||
|
||
const EXTENSION_NAME = 'elemental'; | ||
const EXTENSION_VERSION = '2.0.0-rc2'; |
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.
we'll need to manually bump this every time. shouldn't we stick to latest?
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.
How do we define latest since it's a fixed version number?
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.
we would pick the first / top entry in the list (assuming versions are sorted)
cypress/e2e/tests/pages/extensions-compatibility-tests/elemental.spec.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/pages/extensions-compatibility-tests/elemental.spec.ts
Outdated
Show resolved
Hide resolved
cypress/e2e/tests/pages/extensions-compatibility-tests/kubewarden.spec.ts
Outdated
Show resolved
Hide resolved
d463310
to
c468288
Compare
This reverts commit 48a13ef.
c468288
to
c006f3d
Compare
…orkflow + fix path elemental.po
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.
Just one comment remaining, plus e2e tests re-enabled
When doing the refactor i noticed sometimes after adding the elemental repo the extension failed to show in the Available
extension tab. Might be local env, or be flacky when running nightly. Sometime to keep your eye on
It should wait for the repo to be available and synced but I've added a |
Summary
Fixes #11482
Occurred changes and/or fixed issues
elemental
spec is complete)--spec
argument to run only needed specs as grep tags aren't working properlyElemental
extensionTechnical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Checklist