-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run multiple files in one folder #25
Comments
Hey @xiaoyu-wu566, I see where the issue is - https://github.com/rbhadti94/apache-jmeter-action/blob/master/entrypoint.sh#L38 Will get a fix in this week. Thanks for pointing it out. Basically I have to loop recursively through folders rather than the top level. |
Hi Ravindra, |
@xiaoyu-wu566 - v0.6.0 should contain this feature now. |
I have a nested folder like testJmeter/tests, and there are multiple test cases in it. But when I use
uses: rbhadti94/apache-jmeter-action@v0.5.0
with:
testFilePath: testJmeter/tests/
outputReportsFolder: reports/
It will failed with An error occurred: The file /github/workspace/tests/.jmx doesn't exist or can't be opened and I checked the log. It says Using Test File Path testJmeter/tests (correct), Running test with tests/.jmx (I think something wrong here as you use BASEFILE_PATH=$(basename $TESTFILE_PATH), you remove the prefix path here).
Is this the issue or I did something wrong? Could you please help me with it. Thanks
The text was updated successfully, but these errors were encountered: