-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Core] Merge cucumber-html into cucumber-core #1650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core] Merge cucumber-html into cucumber-core #1650
Conversation
@@ -14,9 +14,10 @@ target/ | |||
tmp/ | |||
gen-external-apklibs/ | |||
out/ | |||
some/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should really figure out who creates this directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTMLFormatterTest is the culprit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make a seperate PR to fix that.
.gitignore
Outdated
|
||
# Build & test droppings | ||
report.js | ||
# report.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# report.js |
@@ -14,9 +14,10 @@ target/ | |||
tmp/ | |||
gen-external-apklibs/ | |||
out/ | |||
some/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some/ |
@grasshopper7 could you rebase your branch on master? I've made sure that the tests will write their files to the |
Owh cool I can do that online too. |
Summary
Copied HtmlFormatter resources from cucumber-html to cucumber-core.
Fixes: #1647
Details
Motivation and Context
Refer issue
How Has This Been Tested?
Passes existing test in HTMLFormatterTest, no additional functionality added.
Types of changes
Checklist: