Within our Angular
project, we have implemented the Protractor-Cucumber-Framework
for conducting E2E tests
. Upon completion of all E2E tests, not only does it create a results.json
and results.xml
file (which is expected), but it also generates numerous obscure, inaccessible cache files within a newly created null
directory (refer to the provided screenshot). There are close to 1000 such files. Is this standard procedure, and is there a way to understand their purpose and prevent their generation?