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.
Files changed (2) hide show
  1. package/executer.js +0 -2
  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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artes",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
5
5
  "main": "index.js",
6
6
  "scripts": {