Class WebDriverTest

java.lang.Object
ch.rswk.util.web.test.AbstractWebDriver
ch.rswk.meta.admin.test.WebDriverTest

public class WebDriverTest extends AbstractWebDriver
  • Field Details

  • Constructor Details

    • WebDriverTest

      public WebDriverTest()
  • Method Details

    • setup

      @BeforeEach public void setup() throws Exception
      Throws:
      Exception
    • importFixtures

      private void importFixtures() throws Exception
      Throws:
      Exception
    • teardown

      @AfterEach public void teardown()
    • qunit

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void qunit(String driver)
    • index

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void index(String driverName)
    • index_nomap

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void index_nomap(String driverName) throws Exception
      Throws:
      Exception
    • index_map

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void index_map(String driverName)
    • recoverUser

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void recoverUser(String driverName)
    • resetPassword

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void resetPassword(String driverName)
    • login_enforce

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_enforce(String driverName) throws Exception
      Throws:
      Exception
    • login_otp_email

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_otp_email(String driverName)
    • login_otp_phone

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_otp_phone(String driverName)
    • login_totp

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_totp(String driverName)
    • login_otp_change_email

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_otp_change_email(String driverName)
    • login_otp_change_phone

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void login_otp_change_phone(String driverName)
    • login_webAuthn

      @ParameterizedTest @ValueSource(strings="chrome") public void login_webAuthn(String driverName)
    • clientReconnect

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void clientReconnect(String driverName)