Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# 46 - Introduce Before|After All and Before|AfterEachTest logic #47

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2023

  1. # 46 - Introduce Before|After All and Before|AfterEachTest logic

    * Refactored Before and After logic to BeforeSuite and AfterSuite.
    miroslavpojer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bcf8b7a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. * Several notes about introducing Before and AfterAll logic - will be…

    … removed.
    
    * Renamed BeforeTestSet to BeforeSuiteSet to best fit the purpose.
    miroslavpojer committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d12fa2c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. * Added new json schemas for BeforeAll and AfterAll.

    * Added new json files in project - beforeAll, afterAll and their related constants file.
    * Updated code to read these files.
    miroslavpojer committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    16e8dab View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    adc7657 View commit details
    Browse the repository at this point in the history