Skip to content

Commit ae60e8b

Browse files
committed
Added Remote lib also under Other section in Test Libraries. Fixes robotframework#18
1 parent bf2ceae commit ae60e8b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,22 @@ <h1 class="row-header">THE LIBRARIES</h1>
724724
Provides resources and tools for writing functional Selenium tests for Plone CMS and its add-ons.
725725
</div>
726726

727-
</div>
727+
</div>
728728

729729
<div class="column half">
730+
730731
<div class="link">
731732
<a href="https://github.com/robotframework/JavalibCore/wiki" target="_blank">JavalibCore</a>
732733
Base for implementing larger Java based test libraries for Robot Framework.
733734
</div>
735+
<div class="link">
736+
<a href="https://github.com/robotframework/RemoteInterface" target="_blank">Remote</a>
737+
Built-in special library acting as a proxy between Robot Framework and test libraries elsewhere. Actual test libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.
738+
</div>
739+
740+
</div>
741+
<div class="column full">
742+
734743
<div class="link">
735744
<a href="https://github.com/robotframework/RemoteApplications" target="_blank">RemoteApplications</a>
736745
Special test library for launching Java applications on a separate JVM and taking other libraries into use on them.

0 commit comments

Comments
 (0)