ShaftHQ / SHAFT_ENGINE

SHAFT is a unified test automation engine for web, mobile, API, CLI, database, and desktop e2e testing. Powered by best-in-class frameworks, SHAFT provides a wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve with no limitations! Stop reinventing the wheel! Upgrade now!
https://shafthq.github.io/
MIT License
324 stars 123 forks source link

[Bug]: Reports folder "allure-report" & " execution summary" are not created automatically in ci jobs when using Junit #1630

Closed roaamagdy closed 2 months ago

roaamagdy commented 3 months ago

After running junit tests in ci , report folders are not created automatically which leads to an exception as attached.

Current fix: creating both directories before the tests start

    - mkdir -p allure-report
    - mkdir -p execution-summary

image (1)