Organize your tests and builds
Learn how to organize your tests and test runs for better test reporting.
You can use the following keys in the run_settings
option to organize your
tests, and filter & search on the Automate dashboard.
key | value | Possible values |
---|---|---|
project_name |
A name for your project. | Any string that you want to group your builds into. Eg., New dashboard
|
build_name |
A name for your build or CI run | A string that you want to identify your build with. Eg., build 1
|
build_tag |
A tag for your test build | A string that you want to tag your build with. Eg., regression
|
For example:
browserstack.json
{
"run_settings": {
...
"project_name": "my first project",
"build_name": "build 1",
"build_tag": "reg"
...
}
}
Since the build name changes every build, it is easier to use the --build-name
CLI arg to specify the build name instead of hardcoding the name in
browserstack.json
file. Read more here: CLI reference.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
- RESOURCES
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!