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
miroslavpojer wants to merge 4 commits into
masterfrom
feature/46_introduce_more_before_after_logic
Draft

# 46 - Introduce Before|After All and Before|AfterEachTest logic#47
miroslavpojer wants to merge 4 commits into
masterfrom
feature/46_introduce_more_before_after_logic

Conversation

@miroslavpojer

Copy link
Copy Markdown
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
@github-actions

github-actions Bot commented Dec 5, 2023

Copy link
Copy Markdown

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