-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Running bruno folder not working from outside the folder #3791
Comments
Do you run within the context of something like a pipeline? For instance if you’re using Azure pipelines you can use -script |
Yes, I run it in the context of a GitLab pipeline. But I also tested it locally and it didn't work there is well. According to the bruno documentation it's supposed to work without -script locally, right? |
Hi @lisamackul, can you share the directory structure and the command you are using to run the folder? Thanks! |
@sreelakshmi-bruno Do you mean the folder structure of my project?
When running those commands I was in the main directory of my project. I also tried adding |
For Azure here’s the gyst of a template I’ve created for use for running Bruno. |
Thanks but I don't use Azure. I use the GitLab Pipeline. |
I have checked the following:
Describe the bug
The command
bru run bruno-tests
always returns an error message although the folder is existing. Running a folder only works when I am in the folder on the console and runbru run
.Following are more failing command versions:
Error message:
You can run only at the root of a collection.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: