-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Simplified intigration test for K8s in cypress #1201
Closed
Closed
Changes from 35 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0c71d1c
Fix: Used get(0) function insted of getFirst() to check weather the s…
Shubham-Patel07 1137049
Merge branch 'OWASP:master' into master
Shubham-Patel07 71c285c
Add: changed the logic of button from racdio button to checkbox
Shubham-Patel07 cc6ae17
Merge branch 'OWASP:master' into master
Shubham-Patel07 4a38a1c
Add: changed some styles to make the checkbox invisible and add the a…
Shubham-Patel07 23ad4a1
Fix: Removed unwanted classes
Shubham-Patel07 9134c2a
Fix: Changed the test cypress script logic from radio button to check…
Shubham-Patel07 00a29a5
Fix: cypress scripts for challange-5
Shubham-Patel07 5e18ecf
Fix: cypress scripts for challange-6
Shubham-Patel07 089af8b
Fix: cypress scripts for challange-7
Shubham-Patel07 992da9c
Fix: cypress scripts for challange-33
Shubham-Patel07 25bbd54
Fix: automated checking for correct answer using /spoil/{short-name} …
Shubham-Patel07 16d4b41
Fix: cypress scripts for challange-5
Shubham-Patel07 81ffec5
Fix: cypress scripts for challange-6
Shubham-Patel07 7771b31
Fix: cypress scripts for challange-7
Shubham-Patel07 3ccddeb
Fix: cypress scripts for challange-33
Shubham-Patel07 59d8658
Fix: automated checking for correct answer using /spoil/{short-name} …
Shubham-Patel07 9a0cc60
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] e8284eb
Merge branch 'master' into fix/Issue1114
commjoen 34aede5
Create K8s-challange-test.yml
Shubham-Patel07 42d3d7a
Merge branch 'master' into fix/Issue1114
commjoen 6766664
Add: workflow added, changed the tests now fails on having default va…
Shubham-Patel07 43b4f62
Add: workflow added, changed the tests now fails on having default va…
Shubham-Patel07 0ba05d9
Merge branch 'master' into fix/issue1114
Shubham-Patel07 9cf3be8
Add: workflow added, changed the tests now fails on having default va…
Shubham-Patel07 b2a98e2
Update minikube-k8s-test.yml node version to 21
Shubham-Patel07 b727aa0
Merge branch 'master' into fix/Issue1114
commjoen ac47c53
Merge branch 'master' into fix/Issue1114
commjoen 4a2fd2e
Add: workflow update
Shubham-Patel07 298b373
Add: workflow update
Shubham-Patel07 466317a
Add: workflow update
Shubham-Patel07 dc4a56e
Add: workflow update
Shubham-Patel07 5147b3f
Add: workflow update
Shubham-Patel07 ea9d752
Add: workflow update
Shubham-Patel07 3c6e8ff
Add: workflow update
Shubham-Patel07 22ad085
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 7acdba6
Add: workflow update
Shubham-Patel07 0654058
Merge remote-tracking branch 'origin/fix/Issue1114' into fix/Issue1114
Shubham-Patel07 fb44ddc
Add: workflow update
Shubham-Patel07 95c9d83
Add: workflow update
Shubham-Patel07 6a2cd03
Add: workflow update
Shubham-Patel07 db9ce85
Add: workflow update
Shubham-Patel07 924c821
Add: workflow update
Shubham-Patel07 22fc825
Add: workflow update final
Shubham-Patel07 eb3cca7
Add: workflow update final
Shubham-Patel07 bfac516
Add: workflow update final and config file updated
Shubham-Patel07 7405b99
Add: reverted unwanted changes
Shubham-Patel07 35b9a7e
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
see the unchanged code above: we already have everything running on minikube. CAn you launch the cypress tests against what is launched above please?
That means there is no need to install java and such again: just npx should do
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.
I'm sorry I didn't had a look on it, I'll work on it