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: 'Generic network protocol test library that offers easy way to specify network packets and inspect the results of sent and received packets.',
description: 'Designed for those who want to work with webservice automation as if they were using SoapUI, make a request through an XML file, and receive the response in another XML file.',
Copy file name to clipboardExpand all lines: src/content/resources/tools.mjs
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ export default () => ([
20
20
{
21
21
name: 'RobotCode',
22
22
description: 'RobotFramework support for Visual Studio Code, including features like code completion, navigation, refactoring, usage analysis, debugging, test explorer, test execution and more!',
description: 'Tool for serializing Robot Framework execution results, i.e. output.xml files, into an SQLite database. It serves a good starting point to create your own reporting and analyzing tools.',
113
-
href: 'https://github.com/robotframework/DbBot',
113
+
href: 'https://github.com/MarketSquare/DbBot',
114
114
tags: ['']
115
115
},
116
116
{
@@ -184,7 +184,7 @@ export default () => ([
184
184
description: 'RobotFramework AIO combines test development and execution into a single, integrated environment with VSCodium, Robot Framework, and additional keyword libraries. With just three clicks, a fully pre-configured installation is ready, offering version control to ensure reproducible and predictable test results. This solution simplifies test case development and production testing through seamless integration and continuous updates.',
185
185
href: 'https://robotframework-aio.org',
186
186
tags: ['IDTE']
187
-
},
187
+
},
188
188
{
189
189
name: 'Robot Tools',
190
190
description: 'Collection of supporting tools that can be used with Robot Framework.',
0 commit comments