-
Notifications
You must be signed in to change notification settings - Fork 193
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
KOGITO-8949: Recreate TrySample test for Serverless Logic Web Tools #2027
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tomasdavidorg
requested review from
ederign,
tiagobento and
paulovmr
as code owners
October 25, 2023 13:00
tomasdavidorg
added
waiting-for-qe
pr: waiting-for-review
Waiting for peer reviews
pr: waiting-for-ci
CI is still running or broken.
area:sonataflow
labels
Oct 25, 2023
tomasdavidorg
force-pushed
the
KOGITO-8949
branch
from
October 27, 2023 06:18
07cbee2
to
29e0cc5
Compare
paulovmr
approved these changes
Nov 7, 2023
tomasdavidorg
force-pushed
the
KOGITO-8949
branch
from
November 20, 2023 11:59
29e0cc5
to
2908ccd
Compare
tomasdavidorg
force-pushed
the
KOGITO-8949
branch
from
November 20, 2023 12:05
2908ccd
to
5cba240
Compare
Rebased with main branch because of the Cypress update. |
LuboTerifaj
approved these changes
Nov 22, 2023
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.
It looks good to me. Thanks!
@tomasdavidorg Could you please resolve the conflict so I can merge this PR? |
Signed-off-by: Tomas David <[email protected]>
tomasdavidorg
force-pushed
the
KOGITO-8949
branch
from
November 27, 2023 16:19
5cba240
to
b3eb504
Compare
@caponetto Rebased and the checks are green. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://issues.redhat.com/browse/KOGITO-8949
This PR recreates the e2e test for trying samples from the catalog.
The catalog downloads the samples from GitHub repository which causes that the API limit is exceeded and the samples are not loaded.
In this PR, the test expects GitHub token as
CYPRESS_E2E_TEST_GITHUB_TOKEN
env. variable and run the tests only if the token is present.GitHub action will not run the tests because currently there is no test token. It is primary focused on QE Jenkins runs but if needed we can add the token to the GitHub actions credentials.