@groovy.util.logging.Slf4j class BaseJSSpecification extends BaseGUISpecification
This is the common Spock specification base class for GUI/GEB tests with support for easy testing fo javascript libraries in a real browser page.
| Constructor and description |
|---|
BaseJSSpecification
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
displayTesterPage()Displays the tester page, if not already displayed. |
|
java.lang.Object |
execute(java.lang.String script)Executes the given javascript on the client. |