You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- The address of the Quali server on which to deploy, mandatory -->
5
+
<serverRootAddress>localhost</serverRootAddress>
6
+
7
+
<!-- The port of the Quali server on which to deploy, defaults to "8029" -->
8
+
<port>8029</port>
9
+
10
+
<!-- The server admin username, password and domain to use when deploying -->
11
+
<username>YOUR_USERNAME</username>
12
+
<password>YOUR_PASSWORD</password>
13
+
<domain>Global</domain>
14
+
15
+
<!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/", also supports regular expressions),
16
+
on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
17
+
<fileFilters>dont_upload_me.xml</fileFilters>
18
+
19
+
<!-- The drivers to update, holds one or more drivers -->
20
+
<drivers>
21
+
<!-- runFromLocalProject - Decides whether to run the driver from the current project directory for debugging purposes, defaults to "false" -->
22
+
<!-- waitForDebugger - When `runFromLocalProject` is enabled, decides whether to wait for a debugger to attach before running any Python driver code, defaults to "false" -->
23
+
<!-- sourceRootFolder - The folder to refer to as the project source root (if specified, the folder will be zipped and deployed instead of the whole project), defaults to the root project folder -->
0 commit comments