tzurp / performance-total

This WebdriverIO service is used to analyze performance of any test flow.
16 stars 2 forks source link

Cannot overwrite path for a directory starting with "." #32

Closed gandharva26 closed 1 year ago

gandharva26 commented 1 year ago

I need to store my performance-results folder inside ".test-cache", However, it is directly storing it in the root directory as perfromance-results, ignoring the path and the overwritten name. I am on the latest version. When i rename the directory to "test-cache" it works fine, creates a test-cache folder. However, using "." at the beginning fails to work.

Screen Shot 2022-11-17 at 6 22 56 PM
tzurp commented 1 year ago

@gandharva26 thanks for opening this issue. Indeed, I have put mistakenly a restriction for dots in the folder name. I'll let you know when a fix is available.

tzurp commented 1 year ago

@gandharva26 Please update to v2.1.3 which has the fix. I would be thankful to get your feedback if it works for your satisfaction.

cheers,

Tzur

tzurp commented 1 year ago

Issue fixed.