You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'If you are familiar with Python and pip, just run pip install robotframework. Notice that external libraries and tools need to be installed separately.',
5
-
tags: ['getting started']
6
-
},
7
-
{
8
-
name: 'User Guide',
9
-
description: 'Reference manual explaining all Robot Framework features in detail.',
10
-
tags: ['documentation']
11
-
},
12
-
{
13
-
name: 'Public API',
14
-
description: 'Public API for writing your own tools against Robot Framework.',
description: 'Guidelines for writing good test cases using Robot Framework.',
25
-
tags: ['getting started']
26
-
},
27
-
{
28
-
name: 'RPA tutorials',
29
-
description: 'Robocorp RPA tutorials, courses, and guidelines',
30
-
tags: ['getting started','rpa']
31
-
},
32
-
{
33
-
name: 'Quick Start Guide',
34
-
description: 'Introduces the most important features of Robot Framework and acts as an executable demo.',
35
-
tags: ['getting started']
36
-
},
37
-
{
38
-
name: 'Dos And Don\'ts',
39
-
description: 'Slide set loosely based on \'How to write good test cases\' guidelines.',
40
-
tags: ['getting started']
41
-
},
42
-
{
43
-
name: 'Web Demo',
44
-
description: 'Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested using SeleniumLibrary.',
45
-
tags: ['demo']
46
-
},
47
-
{
48
-
name: 'Robot Demo',
49
-
description: 'Demonstrates how to create tests and test libraries. The system under test is a simple calculator that is tested using a custom library.',
50
-
tags: ['demo']
51
-
},
52
-
{
53
-
name: 'ATDD with Robot Framework',
54
-
description: 'How to use Robot Framework for Acceptance Test Driven Development (ATDD) a.k.a. Specification by Example.',
55
-
tags: ['demo']
56
-
},
57
-
{
58
-
name: 'Using C with Robot Framework',
59
-
description: 'This simple example demonstrates how to use C language from Robot Framework test libraries.',
60
-
tags: ['demo']
61
-
},
62
-
{
63
-
name: 'Robot Framework RPA example projects',
64
-
description: 'A library of sample RPA projects and code snippets built on Robot Framework',
65
-
tags: ['demo','rpa']
66
-
},
67
-
{
68
-
name: 'Remote interface demo',
69
-
description: 'Example demonstrates how to use Robot Framework\'s <a href="https://github.com/robotframework/RemoteInterface">Remote interface</a> to call test libraries written in any programming language.',
70
-
tags: ['demo']
71
-
},
72
-
{
73
-
name: 'Robot Framework katas',
74
-
description: 'Series of exercises and examples how to get started with test automation. No prior knowledge of test automation required.',
75
-
tags: ['demo']
76
-
}
77
-
])
2
+
{
3
+
name: 'Installation Instructions',
4
+
description: 'If you are familiar with Python and pip, just run pip install robotframework. Notice that external libraries and tools need to be installed separately.',
5
+
tags: ['getting started']
6
+
},
7
+
{
8
+
name: 'User Guide',
9
+
description: 'Reference manual explaining all Robot Framework features in detail.',
10
+
tags: ['documentation']
11
+
},
12
+
{
13
+
name: 'Public API',
14
+
description: 'Public API for writing your own tools against Robot Framework.',
description: 'Guidelines for writing good test cases using Robot Framework.',
25
+
tags: ['getting started']
26
+
},
27
+
{
28
+
name: 'RPA tutorials',
29
+
description: 'Robocorp RPA tutorials, courses, and guidelines',
30
+
tags: ['getting started','rpa']
31
+
},
32
+
{
33
+
name: 'Quick Start Guide',
34
+
description: 'Introduces the most important features of Robot Framework and acts as an executable demo.',
35
+
tags: ['getting started']
36
+
},
37
+
{
38
+
name: 'Dos And Don\'ts',
39
+
description: 'Slide set loosely based on \'How to write good test cases\' guidelines.',
40
+
tags: ['getting started']
41
+
},
42
+
{
43
+
name: 'Web Demo',
44
+
description: 'Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested using SeleniumLibrary.',
45
+
tags: ['demo']
46
+
},
47
+
{
48
+
name: 'Robot Demo',
49
+
description: 'Demonstrates how to create tests and test libraries. The system under test is a simple calculator that is tested using a custom library.',
50
+
tags: ['demo']
51
+
},
52
+
{
53
+
name: 'ATDD with Robot Framework',
54
+
description: 'How to use Robot Framework for Acceptance Test Driven Development (ATDD) a.k.a. Specification by Example.',
55
+
tags: ['demo']
56
+
},
57
+
{
58
+
name: 'Using C with Robot Framework',
59
+
description: 'This simple example demonstrates how to use C language from Robot Framework test libraries.',
60
+
tags: ['demo']
61
+
},
62
+
{
63
+
name: 'Robot Framework RPA example projects',
64
+
description: 'A library of sample RPA projects and code snippets built on Robot Framework',
65
+
tags: ['demo','rpa']
66
+
},
67
+
{
68
+
name: 'Remote interface demo',
69
+
description: 'Example demonstrates how to use Robot Framework\'s <a href="https://github.com/robotframework/RemoteInterface">Remote interface</a> to call test libraries written in any programming language.',
70
+
tags: ['demo']
71
+
},
72
+
{
73
+
name: 'Robot Framework katas',
74
+
description: 'Series of exercises and examples how to get started with test automation. No prior knowledge of test automation required.',
0 commit comments