8000 Added link to Remote Scala demo. Fixes #118 · robooo/robotframework.github.com@48cddfd · GitHub
[go: up one dir, main page]

Skip to content

Commit 48cddfd

Browse files
committed
Added link to Remote Scala demo. Fixes robotframework#118
1 parent ccd0e4c commit 48cddfd

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

sources/src/App.vue

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -777,13 +777,6 @@ export default {
777777
text:
778778
"Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested using SeleniumLibrary."
779779
},
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-
},
787780
{
788781
title: "Robot Demo",
789782
href: "https://github.com/robotframework/RobotDemo",
@@ -797,12 +790,25 @@ export default {
797790
text:
798791
"Introduces the most important features of Robot Framework and acts as an executable demo."
799792
},
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+
},
800800
{
801801
title: "Using C with Robot Framework",
802802
href: "https://bitbucket.org/robotframework/cdemo",
803803
text:
804804
"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+
},
806812
]
807813
},
808814
{

0 commit comments

Comments
 (0)
0