user interface - How do you change the layout of JUnit Reports in Hudson? -


Therefore, I am still installing Hudson and may not be more pleased though, let me display the table in the test results page Is required, as it provides contrast to the graph. Does anyone know how I would go about doing this?

I think you want to create a custom plugin from existing junit functionality. You can copy more Java files from:

Hudson / Main / Core / src / main / java / hudson / tasks / junit /

and from resource files (jellys) :

Hudson / Main / Core / src / main / resources / hudson / tasks / junit /

for your new plugin (unless you want to cut the Hudson source) . It seems that the files you want to like Bella are Hudson / Main / Core / src / main / java / hudson / tasks / junit / history.java (where the articles are created) And Hudson / Main / Core / src / Main / Resources / Hudson / Work / Junty / History / Index. Jelly (where graphs created are shown). How can you easily create bella with test object from history-class?


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -