behavex
Production-grade test orchestration for Python BDD.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- python-package.yml
- behavex.css
- bootstrap-theme.css
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.css
- bootstrap.min.css
- bootstrap.min.css.map
- pace-theme-loading-bar.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- chart.js
- jquery-1.11.0.min.js
- jquery-ui.min.js
- jquery.tablesorter.min.js
- jquery.tooltipster.min.js
- pace.min.js
- allure_behavex_formatter.py
- base.jinja2
- main.jinja2
- manifest.jinja2
- xml.jinja2
- xml_json.jinja2
- __init__.py
- formatter_manager.py
- jinja_mgr.py
- output_strings.py
- report_html.py
- report_json.py
- report_utils.py
- report_xml.py
- __init__.py
- __init__.py
- __main__.py
- arguments.py
- conf_behavex.cfg
- conf_logging.cfg
- conf_mgr.py
- context.py
- environment.py
- execution_singleton.py
- global_vars.py
- progress_bar.py
- runner.py
- utils.py
- custom.css
- layout.html
- cli-reference.md
- conf.py
- getting-started.md
- index.rst
- migrating-from-behave.md
- parallel-execution.md
- reporting.md
- requirements.txt
- tag-expressions.md
- test-management.md
- utilities.md
- behavex_parallel_executions.png
- demo.gif
- html_test_report.png
- html_test_report_2.png
- html_test_report_3.png
- social_preview.png
- generate_html_from_json.py
- generate_social_preview.py
- README.md
- RELEASE.md
- __init__.py
- background_steps.py
- __init__.py
- background_tests.feature
- __init__.py
- chained_exception_steps.py
- chained_exception_tests.feature
- __init__.py
- crashing_steps.py
- crashing_environment_tests.feature
- crashing_tests.feature
- environment.py
- __init__.py
- import_error_steps.py
- import_error_tests.feature
- __init__.py
- rule_steps.py
- rule_tests.feature
- __init__.py
- autoretry_secondary_steps.py
- generic_secondary_steps.py
- __init__.py
- allure_malformed_tags_test.feature
- allure_table_tests.feature
- allure_tagged_tests.feature
- allure_text_tests.feature
- allure_valid_tags_test.feature
- autoretry_tests.feature
- environment.py
- evidence_tests.feature
- failing_tests.feature
- image_attachments_failing_step.feature
- image_attachments_undefined_step.feature
- mixed_ordered_tests.feature
- ordered_tests.feature
- passing_tests.feature
- priority_ordered_tests.feature
- rename_tests.feature
- simple_image_tests.feature
- skipped_tests.feature
- untested_tests.feature
- userdata_tests.feature
- __init__.py
- allure_formatter_steps.py
- allure_formatter_unit_steps.py
- autoretry_steps.py
- config_file_steps.py
- dependency_validation_steps.py
- execution_steps.py
- execution_summary_validation_steps.py
- feature_nesting_steps.py
- install_steps.py
- sys_path_resolution_steps.py
- tag_expressions_v2_steps.py
- __init__.py
- worker_hooks_steps.py
- __init__.py
- environment.py
- worker_hooks_tests.feature
- __init__.py
- invalid_steps.py
- __init__.py
- environment.py
- invalid_hook_test.feature
- __init__.py
- xml_validation_steps.py
- undefined_step_tests.feature
- xml_validation_tests.feature
- allure_formatter.feature
- allure_tags.feature
- autoretry_scenarios.feature
- background_report.feature
- behavex_arguments.feature
- config_file.feature
- crashing_tests.feature
- dependency_validation.feature
- dry_run.feature
- empty_feature.feature
- environment.py
- execution_ordering.feature
- execution_summary.feature
- failing_scenarios.feature
- failing_scenarios.txt
- html_report_content.feature
- image_attachments.feature
- json_report_content.feature
- no_report.feature
- no_tests_run.feature
- parallel_executions.feature
- passing_scenarios.feature
- progress_bar.feature
- renaming_scenarios.feature
- report_output_structure.feature
- rerun_scenarios.feature
- rule_processing.feature
- runner.feature
- scenario_outline_report.feature
- skipped_scenarios.feature
- stack_trace_report.feature
- sys_path_resolution.feature
- tag_expressions_v2.feature
- worker_hooks.feature
- xml_report.feature
- test_image_1.png
- test_image_2.png
- test_image_3.png
- __init__.py
- TESTS.md
- .flake8
- .gitattributes
- .gitignore
- .isort
- .pre-commit-config.yaml
- .readthedocs.yaml
- behavex.cfg.example
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/hrcorval/behavex
Downloads the entire project code from GitHub to your computer.
cd behavex
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install behavex
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install behavex
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
