-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adapt devfile v2 happy-path tests to verify editors and extensions functionalities #20385
Comments
some notes: step1: replace gist with che-samples repository ✔️ |
Scope of E2E Happy path tests:
Test scenarios:
|
After discussion with QE team.
The plan we agreed on:
Later possible action item for QE:
Personally, I prefer the first a bit more since I assume at some stage we can have different features needed to be verified. @dmytro-ndp please verify and let me now if inaccuracies present; P.S. Also we identified the following issue that should be handled separately Centralize DevWorkspace Happy Path test #20421 |
@sleshchenko: it looks accurate, thanks for summary! |
As for this point - we already have something like this. It's being adapted by Devfile tests, but HappyPath test (devfile.v1) is not using this. |
The steps until Display source code changes in the running application and Validation of debug functionality were adapted. It was merged in PR: #20476 |
Is your enhancement related to a problem? Please describe
This was initially part of this epic #18668
Now that the work to support theia running vs code extensions for workspaces started using devfile v2 has been completed, the happy path test should be updated if hasn't yet.
Describe the solution you'd like
The happy path test should use a factory link to a che-sample as https://github.com/che-samples/java-spring-petclinic/tree/devfilev2 (branch is devfilev2) ✔️
and verify that:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: