Tools to synchronize BDD files with test management tools like Jira-Xray
Project description
bddsync
Tools to synchronize BDD files with test management tools like Jira-Xray
Setting Up
Place a file named bddfile.yml
in project root directory. Following this example:
version: <bddfile_version (example=1)>
framework: <framework (example=behave)>
features: <features_root_folder (example=features/)>
result: <result_file_path (example=output/result.json)>
url: <jira_base_url (example=https://jira.xxx.com)>
test_repository: <test_repository_type (example=xray)>
test_project: <test_project_id>
test_plans:
- <tracked_test_plan_tag_1>: <tracked_test_plan_id_1>
- <tracked_test_plan_tag_2>: <tracked_test_plan_id_2>
...
test_sets:
- <tracked_test_sets_tag_1>: <tracked_test_sets_id_1>
- <tracked_test_sets_tag_2>: <tracked_test_sets_id_2>
...
test_environments:
- <test_environments_alias_1>: <test_environments_id_1>
- <test_environments_alias_2>: <test_environments_id_2>
...
fields:
- test_repository_path: <test_repository_path_field (example=customfield_123456)>
- test_plans: <test_plans_field (example=customfield_123456)>
- execution_test_plans: <execution_test_plans_field (example=customfield_123456)>
- execution_test_environments: <execution_test_environments_field (example=customfield_123456)>
- execution_fix_versions: fixVersions
required:
- <required_field_1 (example=execution_test_environments)>
- <required_field_2 (example=execution_fix_versions)>
...
In each use, bddsync ask for credentials. To avoid this behaviour, set the environment variables
TEST_REPOSITORY_USER
y TEST_REPOSITORY_PASS
Usage
Start with bddsync
(with optional arguments) followed by the command:
$ bddsync [-h] [--config CONFIG]
[-u TEST_REPOSITORY_USER] [-p TEST_REPOSITORY_PASS] COMMAND [-h] [...]
optional arguments:
-h, --help show this help message and exit
--config CONFIG alternative path to bddsync.yml
-u TEST_REPOSITORY_USER if not in environment
-p TEST_REPOSITORY_PASS
commands available:
test-repository-folders
features
scenarios
upload-features
upload-results
test-repository-folders
It shows the list of repository folders and the corresponding id:
$ bddsync [...] test-repository-folders [-h] [--folder FOLDER]
optional arguments:
-h, --help show this help message and exit
--folder FOLDER folder to filter, else from root
features
It shows the list of features and the corresponding path:
$ bddsync [...] features [-h]
optional arguments:
-h, --help show this help message and exit
scenarios
It shows the list of scenarios and the corresponding features:
$ bddsync [...] scenarios [-h]
optional arguments:
-h, --help show this help message and exit
upload-features
Updates the test repository according to these guidelines:
- Tags will be repaired and reordered, (1st line for tracked tags, 2nd line for other tags)
- New scenarios in code will be created them in test repository and receive their ID in code
- Updated scenarios in code will be updated them in test repository
- Deleted scenarios in code won't be deleted in test repository, the user updates test in repository manually
- Renamed scenario in code won't be renamed in test repository, the user will be warned and process stops, the user updates test in repository manually
- Tracked test plan tag added to a scenario will add the test to test plan
- Tracked test plan tag removed to a scenario will remove the test from test plan
- If there are duplicated test names, the user will be warned and process stops
- If scenario were duplicated during process (fixes in progress), the user will be warned
Tip: avoid create tests in test repository first, test may be duplicated with this process
$ bddsync [...] upload-features [-h] feature [feature ...]
positional arguments:
feature can be a glob expression, use * as wildcard
optional arguments:
-h, --help show this help message and exit
upload-results
Upload test results in cucumber format:
$ bddsync [...] upload-results [-h] [-n NAME] [-e ENVIRONMENTS] [-f FIX_VERSIONS]
[-p TEST_PLANS] [-l LABELS] result
positional arguments:
result
optional arguments:
-h, --help show this help message and exit
-n NAME, --name NAME name of test execution
-e ENVIRONMENTS, --environments ENVIRONMENTS comma separated environment names
-f FIX_VERSIONS, --fix-versions FIX_VERSIONS comma separated fix versions
-p TEST_PLANS, --test-plans TEST_PLANS comma separated test plans IDs
-l LABELS, --labels LABELS comma separated labels
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bddsync-0.6.2.tar.gz
.
File metadata
- Download URL: bddsync-0.6.2.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec89b628176cc2f980b067417d7b1a89334200cabcdcac87309c42a170353756 |
|
MD5 | 073b2f219fa78be3446b5361e12a41c3 |
|
BLAKE2b-256 | 8075f761b71c293a58ecfd8b22f7e5e63f210b947f491f95169230a7c8279caa |