Skip to content

Commit

Permalink
Bump up cucumber reporter
Browse files Browse the repository at this point in the history
The fix gkushang/cucumber-html-reporter#246 was merged in 5.5.0
  • Loading branch information
srbarrios authored Apr 11, 2022
1 parent 83f6440 commit 9758948
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions salt/controller/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,9 @@ install_npm:
- name: npm8

# https://github.com/gkushang/cucumber-html-reporter
#install_cucumber_html_reporter_via_npm:
# cmd.run:
# - name: npm install cucumber-html-reporter@5.2.0 --save-dev
# - require:
# - pkg: install_npm

# Temporary using a personal fork until this commit is publicly released
install_cucumber_html_reporter_via_git:
install_cucumber_html_reporter_via_npm:
cmd.run:
- name: npm install github:srbarrios/cucumber-html-reporter#788ef843796aa76bfa33bb4dc4de04eb7c00c0ed
- name: npm install cucumber-html-reporter@5.5.0 --save-dev
- require:
- pkg: install_npm

Expand Down

0 comments on commit 9758948

Please sign in to comment.