Skip to content
Snippets Groups Projects
Commit 1bbbd05d authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-20144: Use the user's web browser for PDF export by default, instead of relying on Docker

* Fix functional tests
parent bf733c80
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@
* @since 14.4.2
* @since 14.5
*/
@UITest(properties = {"xwikiPropertiesAdditionalProperties=export.pdf.serverSide=true"})
@UITest(properties = {"xwikiPropertiesAdditionalProperties=export.pdf.serverSide=true"}, extraJARs = {
"org.xwiki.platform:xwiki-platform-resource-temporary"})
@ExtendWith(DynamicTestConfigurationExtension.class)
class AllITs
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment