artes 1.4.12 → 1.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/executer.js +0 -2
- package/package.json +1 -1
package/executer.js
CHANGED
|
@@ -443,12 +443,10 @@ if (fs.existsSync(source)) {
|
|
|
443
443
|
){
|
|
444
444
|
const executor = getExecutor();
|
|
445
445
|
|
|
446
|
-
if(fs.existsSync(path.join(process.cwd(), "node_modules", "artes",'allure-result',"executor.json"))){
|
|
447
446
|
fs.writeFileSync(
|
|
448
447
|
path.join(process.cwd(), "node_modules", "artes",'allure-result',"executor.json"),
|
|
449
448
|
JSON.stringify(executor, null, 2)
|
|
450
449
|
);
|
|
451
|
-
}
|
|
452
450
|
|
|
453
451
|
generateReport();
|
|
454
452
|
|