Changes for page Docker-based Testing
Last modified by Vincent Massol on 2019/11/13 14:38
From version 31.1
edited by Vincent Massol
on 2019/05/07 18:32
on 2019/05/07 18:32
To version 32.1
edited by Vincent Massol
on 2019/05/15 15:28
on 2019/05/15 15:28
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -344,6 +344,12 @@ 344 344 ... 345 345 {{/code}} 346 346 347 += Existing XWiki instance = 348 + 349 +If you want to avoid the Docker-based tests to start and stop XWiki every time you re-run the tests (for example when you're developping/debugging something), you can tell the Docker Test framework to not provision an XWiki instance and to use your XWiki instance instead. 350 + 351 +This is achieved by specifying {{code}}@UITest(servletEngine = ServletEngine.EXTERNAL){{/code}} or passing the {{code}}xwiki.test.ui.servletEngine=external{{/code}} system property. 352 + 347 347 = Architecture = 348 348 349 349 {{image reference="xwiki-testcontainers.png"/}}