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

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 join this conversation on GitHub. Already have an account? Sign in to comment
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