Skip to content

Commit

Permalink
Correct Cucumber report location
Browse files Browse the repository at this point in the history
  • Loading branch information
harth committed Dec 7, 2016
1 parent 2f2085c commit 96b8698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.sh
Expand Up @@ -3,7 +3,7 @@
set -ev

publishReport() {
for entry in $(pwd)/target/cucumber-html-reports/$1/*
for entry in $(pwd)/cucumber-parallel-testing-acceptance/target/cucumber-html-reports/$1/*
do
if [ -f "$entry" ];then
echo $(basename "$entry")
Expand Down

0 comments on commit 96b8698

Please sign in to comment.