Skip to content

Commit

Permalink
schrodinger: added report annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jan 22, 2021
1 parent 0af6a23 commit f7cb7c9
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -19,6 +19,10 @@
import com.codeborne.selenide.ex.ElementNotFound;
import com.codeborne.selenide.testng.BrowserPerClass;

import com.codeborne.selenide.testng.TextReport;

import com.codeborne.selenide.testng.annotations.Report;

import com.evolveum.midpoint.schrodinger.component.assignmentholder.AssignmentHolderObjectListTable;
import com.evolveum.midpoint.schrodinger.component.resource.ResourceAccountsTab;
import com.evolveum.midpoint.schrodinger.component.resource.ResourceShadowTable;
Expand Down Expand Up @@ -66,7 +70,8 @@
@ActiveProfiles("default")
@SpringBootTest(classes = MidPointSpringApplication.class, webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@TestPropertySource(properties = { "server.port=8180", "midpoint.schrodinger=true" })
@Listeners({ BrowserPerClass.class })
@Listeners({ BrowserPerClass.class, TextReport.class })
@Report
public abstract class AbstractSchrodingerTest extends AbstractIntegrationTest {

public static final String PROPERTY_NAME_MIDPOINT_HOME = "-Dmidpoint.home";
Expand Down

0 comments on commit f7cb7c9

Please sign in to comment.