------------------
- Make timeout configurable via environment variable
``GOCEPT_SELENIUM_TIMEOUT`` (10497).
- Apply ``setTimeout`` to the ``open()`` timeout, too (10750).
- Add environment variable ``GOCEPT_SELENIUM_JUNIT_ATTACH`` to support the
"JUnit Attachments Plugin" for Jenkins.
internal:
- Move instantiating Selenese object from testSetUp to layer setUp. This
*should* not change the behaviour for clients (we take care to reset the
configured timeout in testSetUp as before), but take care.
- Fix URL to GROK toolkit versions.