From e9bd01ffc49aadaee18b8718c3889163d77e5d7a Mon Sep 17 00:00:00 2001 From: damies13 Date: Mon, 18 Mar 2024 10:50:39 +1000 Subject: [PATCH 1/2] Add tags for my projects --- src/content/resources/tools.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs index 68e37142..e23e1c3c 100644 --- a/src/content/resources/tools.mjs +++ b/src/content/resources/tools.mjs @@ -159,7 +159,7 @@ export default () => ([ name: 'rfswarm', description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.', href: 'https://github.com/damies13/rfswarm', - tags: [''] + tags: ['perfromance test', 'load test', 'volume test'] }, { name: 'Robot Corder', @@ -220,7 +220,7 @@ export default () => ([ name: 'TestDataTable', description: 'Enables you to assign test data variable values from a single set of data to multiple scripts while allowing you to ensure each script has a unique data value.', href: 'https://github.com/damies13/TestDataTable', - tags: [''] + tags: ['test data'] }, { name: 'Tesults Listener', From bd15d64dd9cb2d85848dc4e59ceebe8ad3984ac7 Mon Sep 17 00:00:00 2001 From: damies13 Date: Thu, 17 Oct 2024 22:35:46 +1000 Subject: [PATCH 2/2] fix typo in performance test --- src/content/resources/tools.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs index e23e1c3c..e0cbf3df 100644 --- a/src/content/resources/tools.mjs +++ b/src/content/resources/tools.mjs @@ -159,7 +159,7 @@ export default () => ([ name: 'rfswarm', description: 'Testing tool that allows you to use Robot Framework test cases for performance or load testing.', href: 'https://github.com/damies13/rfswarm', - tags: ['perfromance test', 'load test', 'volume test'] + tags: ['performance test', 'load test', 'volume test'] }, { name: 'Robot Corder',