-
-
Notifications
You must be signed in to change notification settings - Fork 832
Conversation
…rt riots that were built by another process
Make tests run on CI environment
…s on dev machines
this assumes the riot-web local dev server is running
465e07e
to
2d848bb
Compare
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.
Looking good so far! 😁
with_riot=1 | ||
|
||
for i in $@; do | ||
if [ "$i" == "--without-riot" ] ; then |
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's a bit perplexing to have a "Riot" install script which also takes an option "no Riot"... Maybe it would be easier to follow by moving the HTTP server bit to it's own script?
Then this script can call the new script (so caller of this don't need to change), and end-to-end-tests.sh
would only call the HTTP server script.
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
so we can just do the latter for the e2e tests on CI
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.
Looks great to me, thanks! 😁
element-hq/element-web#11101
matrix-org/matrix-react-end-to-end-tests#44
Dear reviewer, I imported the git history from https://github.com/matrix-org/matrix-react-end-to-end-tests to not have a big blob of code we don't know the history off. Please start reviewing at this commit.
Review with element-hq/element-web#11115