معرفی شرکت ها


cucumber-tag-expressions-4.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Provides tag-expression parser for cucumber/behave
ویژگی مقدار
سیستم عامل -
نام فایل cucumber-tag-expressions-4.1.0
نام cucumber-tag-expressions
نسخه کتابخانه 4.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jens Engel
ایمیل نویسنده jenisys@noreply.github.com
آدرس صفحه اصلی https://github.com/cucumber/tag-expressions-python
آدرس اینترنتی https://pypi.org/project/cucumber-tag-expressions/
مجوز MIT
.. image:: https://img.shields.io/circleci/build/github/cucumber/common/main?job=tag-expressions-python :target: https://circleci.com/gh/cucumber/common :alt: CI Build Status .. image:: https://img.shields.io/pypi/v/cucumber-tag-expressions.svg :target: https://pypi.python.org/pypi/cucumber-tag-expressions :alt: Latest Version .. image:: https://img.shields.io/pypi/l/cucumber-tag-expressions.svg :target: https://pypi.python.org/pypi/cucumber-tag-expressions/ :alt: License .. |logo| image:: https://github.com/cucumber-ltd/brand/raw/master/images/png/notm/cucumber-black/cucumber-black-128.png Cucumber tag-expressions for Python. |logo| Cucumber tag-expressions provide readable boolean expressions to select features and scenarios marked with tags in Gherkin files in an easy way:: # -- SIMPLE TAG-EXPRESSION EXAMPLES: @a and @b @a or @b not @a # -- MORE TAG-EXPRESSION EXAMPLES: @a and not @b (@a or @b) and not @c SEE ALSO: * https://cucumber.io/docs/cucumber/api/#tag-expressions EXAMPLE: ----------------------------------------------------------------- A cucumber test runner selects some scenarios by using tag-expressions and runs them: .. code:: sh # -- TAG-EXPRESSION: @one and @two # EXPECTED: Selects and runs scenario "Three". $ my_cucumber_test_runner --tags="@one and @two" features/example.feature ... # -- TAG-EXPRESSION: @one or @two # EXPECTED: Selects and runs scenarios "One", "Two" and "Three". $ my_cucumber_test_runner --tags="@one or @two" features/example.feature ... by using the following feature file: .. code:: gherkin # -- FILE: features/example.feature Feature: Tag-Expressions Example @one Scenario: One Given a step passes @two Scenario: Two Given another step passes @one @two Scenario: Three Given some step passes Scenario: Four Given another step passes


زبان مورد نیاز

مقدار نام
>=2.7 Python


نحوه نصب


نصب پکیج whl cucumber-tag-expressions-4.1.0:

    pip install cucumber-tag-expressions-4.1.0.whl


نصب پکیج tar.gz cucumber-tag-expressions-4.1.0:

    pip install cucumber-tag-expressions-4.1.0.tar.gz