diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 87bfa617..1ec854b9 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -106,6 +106,12 @@ export default () => ([ href: 'https://github.com/lcarbonn/robotframework-eclipselibrary/', description: 'Testing Eclipse RCP applications using SWT widgets.' }, + { + name: 'FastHTTPMock', + href: 'https://github.com/leelaprasadv/robotframework-fasthttpmock#readme', + description: 'HTTP mock server library for Robot Framework using FastAPI and Uvicorn', + tags: ['http', 'mock', 'mockserver'] + }, { name: 'FTP library', href: 'https://github.com/kowalpy/Robot-Framework-FTP-Library',