Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
<c:select default="${descriptor.getCredentialsId()}"/>
</f:entry>

<f:optionalBlock>
<f:entry field="useTunnel">
<f:checkbox title="${%Enable TestingBot Tunnel?}" checked="${instance.useTunnel == true}" />
<f:block>
<small>Note: Skip this if you are using TestingBot Tunnel in your code.</small>
</f:block>
</f:entry>
</f:optionalBlock>
<f:entry field="useTunnel">
<f:checkbox title="${%Enable TestingBot Tunnel?}"/>
</f:entry>

</j:jelly>
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div>
Whether a TestingBot Tunnel should be started before each test and destroyed after each test. With TestingBot Tunnel you can run Selenium tests on your local/firewalled apps.
Skip this if you already start the TestingBot Tunnel yourself in your test code.
</div>