-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
type:bugSomething isn't workingSomething isn't working
Description
What happened?
I'd like to use allure-karate but it doesn't save historyId and I can't control history on allure-report.
I saw on AllureKarate.java on beforeScenario it doesn't set the historyId.
I made a local change just to validate and be able to save the historics temporarily.
In the AllureKarate.java class on beforeScenario I added
String historyId = md5(scenarioName);
And then
.setHistoryId(historyId)
What Allure Integration are you using?
allure-karate
What version of Allure Integration you are using?
2.23.0
What version of Allure Report you are using?
2.23.0
Code of Conduct
- I agree to follow this project's Code of Conduct
thosni21
Metadata
Metadata
Assignees
Labels
type:bugSomething isn't workingSomething isn't working