Hej! I am new to smoke testing and have some questions.
1) Where are the configuration file stored? ============================== "If you use CPAN(PLUS)::YACSmoke there is a documented mechanism in both modules for excluding particular distributions." I have found .cpanplus/lib/CPANPLUS/Config/User.pm, c:/strawberry/perl/lib/CPANPLUS/Config/HomeEnv.pm and c:/strawberry/perl/site/lib/CPANPLUS/Config/YACSmoke.pm. Where is cpansmoke.ini stored? 2) Problem with the module Path-Class-0.29 ================================ Output from the installation: cpanp -i Path-Class-0.29 Installing Path::Class (0.29) 'gpg' is not recognized as an internal or external command, operable program or batch file. Not in MANIFEST: t/spew ==> MISMATCHED content between MANIFEST and distribution files! <== [ERROR] Signature check failed for module 'Path::Class' -- Not trusting this module, aborting install *** Install log written to: C:\Users\bo\.cpanplus\install-logs\Path-Class-0.29-1357890290.log Error installing 'Path::Class' Problem installing one or more modules [End of output] The log file is empty. Any ideas on the problem? Must “gpg” be installed? 3) How can I find the resulting reports? ================================ Is there an easy way to look at the generated reports? Most interesting are the reports from failing test. 4) Find out in which step a test is stuck ==================================== Is there any way to find out in which step a test is hanging? (I am using Windows and some times tests are hanging) Best regards Bo Johansson