Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

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

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

Conversation

miroslavpojer
Copy link
Collaborator

  • Refactored Before and After logic to BeforeSuite and AfterSuite.

Closes #46

* Refactored Before and After logic to BeforeSuite and AfterSuite.
@miroslavpojer miroslavpojer self-assigned this Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

JaCoCo code coverage report - ScAPI

File Coverage [92.87%] 🍏
StdOutReporter.scala 100% 🍏
SuitePreAndPostProcessing.scala 100% 🍏
BeforeSuiteSet.scala 100% 🍏
Suite.scala 100% 🍏
AfterSuiteSet.scala 100% 🍏
Exceptions.scala 100% 🍏
ScAPIJsonSchema.scala 100% 🍏
SuiteResultType.scala 100% 🍏
SuiteRunner.scala 99.19% 🍏
ScAPIRunner.scala 91.61% 🍏
SuiteFactory.scala 84.67% 🍏
Total Project Coverage 88.64% 🍏

… removed.

* Renamed BeforeTestSet to BeforeSuiteSet to best fit the purpose.
* Added new json files in project - beforeAll, afterAll and their related constants file.
* Updated code to read these files.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce Before|After All and Before|AfterEachTest logic
1 participant