Hi All! I am using Jenkins to run GUI Tests in a Java SE project with the Xvfb plugin. I would like to know how to set Xvfb window manager in the options line. I've seen examples here and there but all of them are made through the terminal (in several lines). Also, is there any way to run all of those visual tests in parallel creating a new Xvfb screen for each of them? Sorry if these questions are trivial, I am really new to CI! Thanks!