What: Major Refactor, Add new WIP Remark, improve HTML Report and implement Result Filtering
Why: At present, there is no Remark for Work-In-Progress (WIP) scenarios, and the HTML report lacks the functionality to filter tests based on their outcomes or observe specmatic report for scenarios.
How:
Add WIP in the Reamarks and isWip in TestResultRecord.
Implement a filtering mechanism in the HTML report.
Integrate Specmatic outcome details into the HTML report scenarios.
Refactor the HTML JavaScript code to vanilla JavaScript from TypeScript.
Enhance CSS animations and styling, other improvements
What: Major Refactor, Add new WIP Remark, improve HTML Report and implement Result Filtering
Why: At present, there is no
Remark
for Work-In-Progress (WIP) scenarios, and the HTML report lacks the functionality to filter tests based on their outcomes or observe specmatic report for scenarios.How:
WIP
in theReamarks
andisWip
in TestResultRecord.Checklist: