File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -777,13 +777,6 @@ export default {
777
777
text:
778
778
" Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested using SeleniumLibrary."
779
779
},
780
- {
781
- title: " ATDD with Robot Framework" ,
782
- href:
783
- " https://code.google.com/p/atdd-with-robot-framework/" ,
784
- text:
785
- " How to use Robot Framework for Acceptance Test Driven Development (ATDD) a.k.a. Specification by Example."
786
- },
787
780
{
788
781
title: " Robot Demo" ,
789
782
href: " https://github.com/robotframework/RobotDemo" ,
@@ -797,12 +790,25 @@ export default {
797
790
text:
798
791
" Introduces the most important features of Robot Framework and acts as an executable demo."
799
792
},
793
+ {
794
+ title: " ATDD with Robot Framework" ,
795
+ href:
796
+ " https://code.google.com/p/atdd-with-robot-framework/" ,
797
+ text:
798
+ " How to use Robot Framework for Acceptance Test Driven Development (ATDD) a.k.a. Specification by Example."
799
+ },
800
800
{
801
801
title: " Using C with Robot Framework" ,
802
802
href: " https://bitbucket.org/robotframework/cdemo" ,
803
803
text:
804
804
" This simple example demonstrates how to use C language from Robot Framework test libraries."
805
- }
805
+ },
806
+ {
807
+ title: " Remote interface demo" ,
808
+ href: " https://github.com/jg8481/robotframework-scala-remote-library" ,
809
+ text:
810
+ " Example demonstrates how to use Robot Framework's <a href='https://github.com/robotframework/RemoteInterface' target='_blank'>Remote interface</a> to call test libraries written in any programming language."
811
+ },
806
812
]
807
813
},
808
814
{
You can’t perform that action at this time.
0 commit comments