-
Notifications
You must be signed in to change notification settings - Fork 27
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 Cypress on Travis #150
Conversation
NickLaMuro
commented
Jul 15, 2020
- [WIP] Add travis for running cypress integration tests manageiq-ui-classic#6683
Welp... forgot that I actually can't test with this because it |
Needed for `before_install.rb` to function and SCRIPT_CMD needs to execute `before_script.sh` for `bundle exec rake spec:cypress` to work.
932bcba
to
2d85388
Compare
Checking to see if the task actually exists...
Back to using `bash -l` since calling `system` in ruby will execute `/bin/sh` instead of bash, so `source` doesn't exist. Also, including the `TEST_SUITE=` in that command to ensure that variable exists in the BASH context. Hopefully that works...
592eb57
to
07ef8aa
Compare
Man I am an idiot...
1f34ab4
to
7fa687b
Compare
Should speed up the build at least...
This didn't seem to be passing along the TEST_SUITE var properly no matter what I did, so just being more verbose with this. Also... debug was annoying, so wrote my own thing...
Apparently `tools/ci/before_install.sh` is also not running... "fun"
"Gripping to what remnants of his sanity remain, our hero uses 'bash' as his last resort to slay the CI build and complete his quest. In the process, a 'man bash' was required, which briefly staggered and disoriented the hero as he attempted to decipher the cryptic writings left by scholars of old, in a last ditch effort to perform the proper incantations necessary. As he committed to his endeavour, only time will tell if the beast can truly be slain with this effort... but the future seems bleak, because if this fails... well..."
... because fighting with bash on CI is getting old...
952ba5c
to
9eef2c7
Compare
REF: travis-ci/travis-ci Issue Number 5999 (#issuecomment-217201571) (avoiding linking here on purpose)
d88b910
to
29406bb
Compare
0fd5240
to
1c40013
Compare
1c40013
to
fd59c0f
Compare
Just some context: Most of these $ git commit --amend && git push --force Also, I will be doing this again shortly because it seems there was a 503 with https://travis-ci.com/github/ManageIQ/manageiq-cross_repo-tests/builds/178955214#L2545-L2566 |
ba7ea88
to
97ea90c
Compare
4f48fd1
to
9df1487
Compare
9df1487
to
e00b85b
Compare
e00b85b
to
551d66c
Compare