Implement a clean up without parameters #78
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
feature
Low Priority
Milestone
I want to be able to close the browser during a test case. This seems possible for Cucumber, where the
teardown
-method is used to clean up after a scenario was run, thus also expecting aScenario
as argument. Yet, I'd like to use such a clean up without using Cucumber. Therefore is it possible you could implement such ateardown
-method without parameters?The text was updated successfully, but these errors were encountered: