public class JkProject.JkProjectE2eTest extends JkProject.JkRunnableContainer
Constructor and Description |
---|
JkProjectE2eTest() |
Modifier and Type | Method and Description |
---|---|
JkTestProcessor |
createProcessor()
Creates and configures a JkTestProcessor instance for running tests.
|
void |
setupBasic()
Configures the standard end-to-end testing setup for the project.
|
add, run
public void setupBasic()
This method adjusts the test selection to exclude the predefined end-to-end test pattern (tests located in `e2e` root package). and register them to be run with `e2eTest` method.
public JkTestProcessor createProcessor()