Skip to content

Commit

Permalink
Merge pull request #6 from Jakarta-EE-Petclinic/doc_SCREENSHOTS_FROM_…
Browse files Browse the repository at this point in the history
…SELENIUM_TESTS

Doc screenshots from selenium tests
  • Loading branch information
thomaswoehlke committed Sep 3, 2022
2 parents f5196a6 + fb7f79b commit b2aff61
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;
import org.woehlke.jakartaee.petclinic.it.ui.InformationUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.OwnerUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.PetTypeUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.VetUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.SpecialtyUiTest;
import org.woehlke.jakartaee.petclinic.it.ui.*;

@Log
@Suite
@SelectClasses({
SpecialtyUiTest.class, VetUiTest.class, PetTypeUiTest.class, OwnerUiTest.class, InformationUiTest.class
SpecialtyUiTest.class, VetUiTest.class, PetTypeUiTest.class, OwnerUiTest.class, InformationUiTest.class,
TellTheStoryUiTest.class
})
public class UiTestSuite {

Expand Down
Loading

0 comments on commit b2aff61

Please sign in to comment.