Skip to content

Commit

Permalink
Merge pull request #120 from elchupanebrej/feature/self_descripting_g…
Browse files Browse the repository at this point in the history
…herkin

Fixup documentation
  • Loading branch information
elchupanebrej authored Oct 6, 2024
2 parents 2e55fa5 + d56829e commit f345f5d
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 173 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"page_width": "auto",
"page_width": "100%",
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
331 changes: 164 additions & 167 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -1,167 +1,164 @@
Features
========

.. NOTE:: Features below are part of end-to-end test suite; You always could find most specific
use cases of **pytest-bdd-ng** by investigation of its regression
test suite https://github.com/elchupanebrej/pytest-bdd-ng/tree/default/tests



Tutrorial
---------

Launch.feature
##############

.. include:: ../features/Tutrorial/Launch.feature
:code: gherkin

Tutorial
--------

Step definition
---------------

Pytest fixtures substitution.feature
####################################

.. include:: ../features/Step definition/Pytest fixtures substitution.feature
:code: gherkin

Target fixtures specification.feature
#####################################

.. include:: ../features/Step definition/Target fixtures specification.feature
:code: gherkin

Parameters
##########

Conversion.feature
!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Conversion.feature
:code: gherkin

Defaults.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Defaults.feature
:code: gherkin

Injection as fixtures.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Injection as fixtures.feature
:code: gherkin

Parsing by custom parser.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing by custom parser.feature
:code: gherkin

Parsing.feature
!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing.feature
:code: gherkin

Step
----

Data table.feature
##################

.. include:: ../features/Step/Data table.feature
:code: gherkin

Doc string.feature
##################

.. include:: ../features/Step/Doc string.feature
:code: gherkin

Step definition bounding.feature
################################

.. include:: ../features/Step/Step definition bounding.feature
:code: gherkin

Scenario
--------

Description.feature
###################

.. include:: ../features/Scenario/Description.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Scenario/Tag.feature
:code: gherkin

Outline
#######

Examples Tag.feature
!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Scenario/Outline/Examples Tag.feature
:code: gherkin

Feature
-------

Description.feature
###################

.. include:: ../features/Feature/Description.feature
:code: gherkin

Localization.feature
####################

.. include:: ../features/Feature/Localization.feature
:code: gherkin

Tag conversion.feature
######################

.. include:: ../features/Feature/Tag conversion.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Feature/Tag.feature
:code: gherkin

Load
####

Autoload.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Autoload.feature
:code: gherkin

Scenario function loader.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario function loader.feature
:code: gherkin

Scenario search from base directory.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base directory.feature
:code: gherkin

Scenario search from base url.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base url.feature
:code: gherkin
Features
========

.. NOTE:: Features below are part of end-to-end test suite; You always could find most specific
use cases of **pytest-bdd-ng** by investigation of its regression
test suite https://github.com/elchupanebrej/pytest-bdd-ng/tree/default/tests



Scenario
--------

Description.feature
###################

.. include:: ../features/Scenario/Description.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Scenario/Tag.feature
:code: gherkin

Outline
#######

Examples Tag.feature
!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Scenario/Outline/Examples Tag.feature
:code: gherkin

Tutorial
--------

Launch.feature
##############

.. include:: ../features/Tutorial/Launch.feature
:code: gherkin

Step definition
---------------

Target fixtures specification.feature
#####################################

.. include:: ../features/Step definition/Target fixtures specification.feature
:code: gherkin

Pytest fixtures substitution.feature
####################################

.. include:: ../features/Step definition/Pytest fixtures substitution.feature
:code: gherkin

Parameters
##########

Defaults.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Defaults.feature
:code: gherkin

Injection as fixtures.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Injection as fixtures.feature
:code: gherkin

Conversion.feature
!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Conversion.feature
:code: gherkin

Parsing by custom parser.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing by custom parser.feature
:code: gherkin

Parsing.feature
!!!!!!!!!!!!!!!

.. include:: ../features/Step definition/Parameters/Parsing.feature
:code: gherkin

Step
----

Doc string.feature
##################

.. include:: ../features/Step/Doc string.feature
:code: gherkin

Data table.feature
##################

.. include:: ../features/Step/Data table.feature
:code: gherkin

Step definition bounding.feature
################################

.. include:: ../features/Step/Step definition bounding.feature
:code: gherkin

Feature
-------

Localization.feature
####################

.. include:: ../features/Feature/Localization.feature
:code: gherkin

Description.feature
###################

.. include:: ../features/Feature/Description.feature
:code: gherkin

Tag conversion.feature
######################

.. include:: ../features/Feature/Tag conversion.feature
:code: gherkin

Tag.feature
###########

.. include:: ../features/Feature/Tag.feature
:code: gherkin

Load
####

Scenario search from base url.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base url.feature
:code: gherkin

Autoload.feature
!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Autoload.feature
:code: gherkin

Scenario function loader.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario function loader.feature
:code: gherkin

Scenario search from base directory.feature
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. include:: ../features/Feature/Load/Scenario search from base directory.feature
:code: gherkin
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. toctree::
:glob:

*

Welcome to Pytest-BDD-NextGeneration's documentation!
=====================================================

.. include:: ../README.rst

.. contents::

.. toctree::
:glob:

*

.. include:: features.rst

.. include:: ../DOCUMENTATION.rst
Expand Down
File renamed without changes.

0 comments on commit f345f5d

Please sign in to comment.