Robot structure (rebased onto develop)#1503
Merged
jburel merged 98 commits intoome:developfrom Oct 21, 2013
Merged
Conversation
these are very much work-in-progress but may be helpful
get thumbnail border color get thumbnail canvas image hash
shows synchronization between tree view and data browser selection
obviates unfortunate need for sleep in test case script
Replace commit 5377611
this will break the build for now, hopefully somebody competent will fix it
thanks to @bpindelski
Conflicts: components/tests/ui/testcases/insight/experiments/test-11210.rest
also tries to use literal png names less
This will be removed when the set-up is in place.
Another ant target is invoked each so no need for the depends attribute on ui-test-insight target.
Merged
Member
Author
|
hudson job will be looked at post SAB |
This was referenced Oct 11, 2013
Member
Author
|
Ran the tests locally. Still need to figure out what is going on the robot laptop |
jburel
added a commit
that referenced
this pull request
Oct 21, 2013
Robot structure (rebased onto develop)
This file contains hidden or 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
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.
This is the same as gh-1473 but rebased onto develop.
To review that PR.
clean, build default, test-unitThe commands
cleanandbuild defaultare also run as part of the dailyOMERO-merge-robotframework-stablebuild.If you wish to run the tests locally and try the various ant target, please follow instructions in README. Robot framework and jython must be installed.
Note that if you wish to run the ant setup-db target, you must run
test-compile.The CLI section is mainly to have the structure in place. Another Robot library (Process) will be used.
This PR replaces gh-1424
--rebased-from #1473