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

runWithJUnitRunner(List<Class> junitRunnerClasses) #3

Open
kazurayam opened this issue Aug 12, 2021 · 1 comment
Open

runWithJUnitRunner(List<Class> junitRunnerClasses) #3

kazurayam opened this issue Aug 12, 2021 · 1 comment

Comments

@kazurayam
Copy link
Owner

com.kazurayam.junit4ks.JUnitCustomKeywords should implements this:

public static JUnitRunnerResult runWithJUnitRunner(Class junitRunnerClass, FailureHandling flowControl)

This enables us to execute a single Test class.

But often we want to execute multiple Test classes at once, and have a single report where the results of multipe test classes are included. So I need thiis:

public static JUnitRunnerResult runWithJUnitRunner(List<Class> junitRunnerClasses, FailureHandling flowControl)
@kazurayam
Copy link
Owner Author

I do not think this is necessary.

In Katalon Studiio, I can easily make a Test Suite comprising multiple Test Cases. Effectively equivalent to a Test Case that executes multiple junit tests as on batch.

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

No branches or pull requests

1 participant