aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools
Commit message (Collapse)AuthorAge
* s/FireFox/Firefox/gHEADmasterGravatar Benjamin Barenblat2014-01-24
| | | | | | The software’s name is officially spelled “Firefox,” without camel-casing. It’s already spelled that way throughout most of the package, but there were a couple places where camel-casing persisted.
* Displays table of errors and warnings by ruleGravatar Jesse Hallett2014-01-07
| | | | | - Splits "failures" column into "errors" and "warnings" - Links go to detailed report instead of to source page
* Backslashes in replaceAll() replacements need extra escaping.Gravatar Jesse Hallett2014-01-03
| | | | See http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#replaceAll(java.lang.String)
* Outputs message, xpath, and proper severity in batch run reportsGravatar Jesse Hallett2014-01-03
| | | | | | | | Result extracts xpath from problem report Retrieves msg and xpath from problem report got severity working
* get the unit tests working againGravatar Benjamin Jones2013-07-05
|
* silence httpd outputGravatar Benjamin Jones2013-07-05
|
* if firefox profile given is null, create and use a temporary profileGravatar Benjamin Jones2013-07-05
|
* further UI refinements for the batch runner reportsGravatar Rogan Creswick2013-06-24
|
* minor reformatting of the headless results pageGravatar Rogan Creswick2013-06-24
|
* resolved some common headless issues relating to (relatively) fixed paths in ↵Gravatar Rogan Creswick2013-06-24
| | | | the source
* removed debugging statements from upGoerFive rule, caught some exceptions in ↵Gravatar Rogan Creswick2013-06-16
| | | | HeadlessAtom
* made the ruleSet path in run descriptions resolve relative to the json file ↵Gravatar Rogan Creswick2013-06-16
| | | | specifying the run description params
* removed unused batch run descriptionGravatar Rogan Creswick2013-06-16
|
* the batch runner now injects dependencies, and a few tests check for this ↵Gravatar Rogan Creswick2013-06-16
| | | | behavior
* added to the basic rule set parse testsGravatar Rogan Creswick2013-06-16
|
* added a rule set parsing test for dependenciesGravatar Rogan Creswick2013-06-16
|
* fixed test errors relating to injected dependencies in batch runnerGravatar Rogan Creswick2013-06-16
|
* removed obsolete headless test, updated testing rule sets to use report objectGravatar Rogan Creswick2013-06-13
|
* added more semantically rich tests to headless test, and fixed the bugs that ↵Gravatar Rogan Creswick2013-06-13
| | | | those revealed re: the new rule/ruleset formats
* added new testing rule that always errorGravatar Rogan Creswick2013-06-13
|
* fixed the injection code in the headless runnerGravatar Rogan Creswick2013-06-11
|
* updated headless runner to use new js locationsGravatar Rogan Creswick2013-06-11
|
* refactored poms for the batch tools to simplify the maven configurationGravatar Rogan Creswick2013-06-11
|
* removed eclipse project files from headless directoriesGravatar Rogan Creswick2013-06-11
|
* updated the selenium dependencies to 2.33 to support firefox 21Gravatar Rogan Creswick2013-06-11
|
* Merge branch 'master' of src.galois.com:/srv/git/FiveUIGravatar Rogan Creswick2013-06-11
|\
* | added firefox_bin_path as a configurable field in Config.mk.sample that can ↵Gravatar Rogan Creswick2013-06-11
| | | | | | | | be overridden with environment variables
| * changed test target to depend only on fiveui.xpiGravatar Benjamin Jones2013-06-11
| | | | | | | | fixed references to firefox.xpi
| * fixed typosGravatar Benjamin Jones2013-06-11
| |
| * changed path to headless jarGravatar Benjamin Jones2013-06-11
| |
| * maven-exe -> maven-cmdGravatar Benjamin Jones2013-06-10
|/
* Make the batchtools tests depend on the extensions being builtGravatar Trevor Elliott2013-06-10
|
* Change the path to the extensions being testedGravatar Trevor Elliott2013-06-10
|
* Fix a variable typo in the batchtools makefileGravatar Trevor Elliott2013-06-10
|
* Move more commands to Config.mkGravatar Trevor Elliott2013-06-10
|
* Move the maven tests to the batchtools dirGravatar Trevor Elliott2013-06-10
|
* added the batchtools to the make clean targetGravatar Rogan Creswick2013-06-07
|
* cleaned up some test files that broke during a mergeGravatar Rogan Creswick2013-06-07