|
| 1 | +export default () => ([ |
| 2 | + { |
| 3 | + name: 'Builtin', |
| 4 | + href: 'https://robotframework.org/robotframework/latest/libraries/BuiltIn.html', |
| 5 | + description: 'Provides a set of often needed generic keywords. Always automatically available without imports.', |
| 6 | + tags: ['library'] |
| 7 | + }, |
| 8 | + { |
| 9 | + name: 'Collections', |
| 10 | + href: 'https://robotframework.org/robotframework/latest/libraries/Collections.html', |
| 11 | + description: 'Provides a set of keywords for handling Python lists and dictionaries.', |
| 12 | + tags: ['library'] |
| 13 | + }, |
| 14 | + { |
| 15 | + name: 'DateTime', |
| 16 | + href: 'https://robotframework.org/robotframework/latest/libraries/DateTime.html', |
| 17 | + description: 'Library for date and time conversions.', |
| 18 | + tags: ['library'] |
| 19 | + }, |
| 20 | + { |
| 21 | + name: 'Dialogs', |
| 22 | + href: 'https://robotframework.org/robotframework/latest/libraries/Dialogs.html', |
| 23 | + description: 'Provides means for pausing the execution and getting input from users.', |
| 24 | + tags: ['library'] |
| 25 | + }, |
| 26 | + { |
| 27 | + name: 'OperatingSystem', |
| 28 | + href: 'https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html', |
| 29 | + description: 'Enables various operating system related tasks to be performed in the system where Robot Framework is running.', |
| 30 | + tags: ['library'] |
| 31 | + }, |
| 32 | + { |
| 33 | + name: 'Process', |
| 34 | + href: 'https://robotframework.org/robotframework/latest/libraries/Process.html', |
| 35 | + description: 'Library for running processes in the system.', |
| 36 | + tags: ['library'] |
| 37 | + }, |
| 38 | + { |
| 39 | + name: 'Remote', |
| 40 | + href: 'https://github.com/robotframework/RemoteInterface', |
| 41 | + description: 'Special library acting as a proxy between Robot Framework and libraries elsewhere. Actual libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.', |
| 42 | + tags: ['library'] |
| 43 | + }, |
| 44 | + { |
| 45 | + name: 'Screenshot', |
| 46 | + href: 'https://robotframework.org/robotframework/latest/libraries/Screenshot.html', |
| 47 | + description: 'Provides keywords to capture screenshots of the desktop.', |
| 48 | + tags: ['library'] |
| 49 | + }, |
| 50 | + { |
| 51 | + name: 'String', |
| 52 | + href: 'https://robotframework.org/robotframework/latest/libraries/String.html', |
| 53 | + description: 'Library for generating, modifying and verifying strings.', |
| 54 | + tags: ['library'] |
| 55 | + }, |
| 56 | + { |
| 57 | + name: 'Telnet', |
| 58 | + href: 'https://robotframework.org/robotframework/latest/libraries/Telnet.html', |
| 59 | + description: 'Makes it possible to connect to Telnet servers and execute commands on the opened connections.', |
| 60 | + tags: ['library'] |
| 61 | + }, |
| 62 | + { |
| 63 | + name: 'XML', |
| 64 | + href: 'https://robotframework.org/robotframework/latest/libraries/XML.html', |
| 65 | + description: 'Library for generating, modifying and verifying XML files.', |
| 66 | + tags: ['library'] |
| 67 | + }, |
| 68 | + { |
| 69 | + name: 'Rebot', |
| 70 | + description: 'Generate logs and reports based on XML outputs and for combining multiple outputs together.', |
| 71 | + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs', |
| 72 | + tags: ['tool'] |
| 73 | + }, |
| 74 | + { |
| 75 | + name: 'Libdoc', |
| 76 | + description: 'Generate keyword documentation for test libraries and resource files.', |
| 77 | + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc', |
| 78 | + tags: ['tool'] |
| 79 | + }, |
| 80 | + { |
| 81 | + name: 'Testdoc', |
| 82 | + description: 'Generate high level HTML documentation based on Robot Framework test cases.', |
| 83 | + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc', |
| 84 | + tags: ['tool'] |
| 85 | + }, |
| 86 | + { |
| 87 | + name: 'Tidy', |
| 88 | + description: 'Cleaning up and changing format of Robot Framework test data files.', |
| 89 | + href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy', |
| 90 | + tags: ['tool'] |
| 91 | + } |
| 92 | +]) |
0 commit comments