grinder web console
Joan Picanyol i Puig <[email protected]>
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I was exploring the REST interface to run the Console in headless mode and found grinder-console-service/src/net/grinder/console/service/web.clj as well as grinder-console.js which look like they should provide a decent web UI. However, I'm unable to figure out how to start it, any pointers? tks -- pica ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use
allow_overriding_indent_string.patch
(text/plain, 701 B)
Index: grinder-http/src/main/java/net/grinder/plugin/http/tcpproxyfilter/XSLTHelper.java
===================================================================
--- grinder-http/src/main/java/net/grinder/plugin/http/tcpproxyfilter/XSLTHelper.java (revision bd88b9f188684667390d6f290cc0d1a6c49af20b)
+++ grinder-http/src/main/java/net/grinder/plugin/http/tcpproxyfilter/XSLTHelper.java (revision )
@@ -48,7 +48,8 @@
*/
public final class XSLTHelper {
private static int s_indentLevel;
- private static String s_indentString = " ";
+
+ private static String s_indentString = System.getProperty("grinder.xslthelper.indent", " ");
XSLTHelper() {
throw new UnsupportedOperationException();