Best Practices

Last modified on March 08, 2023
Package your tests

The basic test.zip file must contain the folder called features. You can include other files, such as Gemfile or the config folder with the cucumber.yml file.

Use tags in tests

Add a configuration folder with cucumber.yml to your zip file. This example will only run tests marked with tag smoke:

# config/cucumber.yml
##YAML Template
---
default: >
--tags @smoke

Currently, only the default profile is supported. If you have other profiles locally, you need to edit cucumber.yml to use the default profile before testing in BitBar Testing.

See Also

Calabash Support
Troubleshooting

Highlight search results