You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.5: implement PBT for Calculator multiplication and subtraction
v0.5: implement PBT Payroll
v0.7: setup the coverage threshold to 72 in the pom.xml
v0.7: implement some test to pass the 72% threshold
v0.8: add another functionality to TimeReportExtension to print the final status of the execution, if a single test fails then add execution status: FAILED otherwise execution status: PASSED. Hint: you may need to use the extension store as in this example