Open ShrabaneeM opened 6 years ago
I am getting this error while running the script with JENKINS_REPORTER_TEST_DIR:
JENKINS_REPORTER_TEST_DIR
Warning: Could not find any test files matching pattern: test
My script looks as below:
"test-jenkins": "JENKINS_REPORTER_TEST_DIR=/tests JUNIT_REPORT_PATH=/report.xml mocha --colors --reporter mocha-jenkins-reporter"
I have my test js files inside tests folder instead of test folder.
tests
test
What am I doing wrong?
I am getting this error while running the script with
JENKINS_REPORTER_TEST_DIR
:Warning: Could not find any test files matching pattern: test
My script looks as below:
"test-jenkins": "JENKINS_REPORTER_TEST_DIR=/tests JUNIT_REPORT_PATH=/report.xml mocha --colors --reporter mocha-jenkins-reporter"
I have my test js files inside
tests
folder instead oftest
folder.What am I doing wrong?