Open morpfl opened 10 months ago
The issue is that the StandaloneContextMapper requires a file with a .cml
extensions whereas the file from the plugin is provided by the jQA core as a .tmp
file. The proposed solution is that the latter should preserve the file name when extracting it from a ZIP file.
Created issue in jQA core: https://github.com/jQAssistant/jqa-core-framework/issues/97
If a context map (.cml) is provided through a jQA-Plugin, it has to be included in the scanning process via the urls section as shown below.
The configuration leads to the following error occuring during the scanning process:
The error does not occur, if the .cml file is loaded as a direct file reference.