Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allure-framework/allure-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DH-MP/allure-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 9, 2022

  1. Update utils.py

    Fix for #636
    
    Copied /Modified pytest_markers and mark_to_str function from allure-python utils
    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    ee57e17 View commit details
    Browse the repository at this point in the history
  2. Update pytest_bdd_listener.py

    Add labels: parent_suite, suite, tags, package to test_result
    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    338fe8a View commit details
    Browse the repository at this point in the history
  3. Update utils.py

    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    9e07ae2 View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e69ae50 View commit details
    Browse the repository at this point in the history
  5. Update setup.py

    undo version
    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b47ce96 View commit details
    Browse the repository at this point in the history
  6. Update pytest_bdd_listener.py

    Add screenshot after step finish only if driver or suffix "_driver" passed
    DH-MP authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3fe9573 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Update pytest_bdd_listener.py

    Add step to find "driver" attribute in step args/fixtures. hook for step validation error.
    DH-MP authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    74d5308 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Update pytest_bdd_listener.py

    look up driver in request fixtures before step func arguments
    DH-MP authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1642d96 View commit details
    Browse the repository at this point in the history
Loading