Class WebDriverFeature

    • Constructor Detail

      • WebDriverFeature

        public WebDriverFeature()
    • Method Detail

      • initialize

        public void initialize​(FeaturesRunner runner)
                        throws Exception
        Description copied from interface: RunnerFeature
        Called when preparing to run the test class. Framework is not started at this point. Here is time for the feature to configure the runner from annotations on the test class.
        Specified by:
        initialize in interface RunnerFeature
        Throws:
        Exception
      • configure

        public void configure​(FeaturesRunner runner,
                              com.google.inject.Binder binder)
        Description copied from interface: RunnerFeature
        Configures Guice bindings if any is required by the feature. This is called after the framework is started and before Guice module is built. The tests are launched after guice module is built.
        Specified by:
        configure in interface RunnerFeature