Skip to content

Commit 56f54de

Browse files
authored
#184 Added Robot Framework Browser library and cleaned up dead libraries... (#185)
* Added Robot Framework Browser library and cleaned up dead libraries... * Added CNC Library back to the list.
1 parent 1cefbec commit 56f54de

File tree

3 files changed

+18
-62
lines changed

3 files changed

+18
-62
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
1212

1313
ga('create', 'UA-106835747-2', 'auto');
14-
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA)."><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.2946965f36c3c57f293e2ec74797ba66.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.1f222b5cbf1756bee50f.js></script><script type=text/javascript src=/static/js/app.865ae6db12f4904e498e.js></script></body></html>
14+
ga('send', 'pageview');</script><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA)."><meta name=author content=""><link rel=apple-touch-icon sizes=76x76 href=/static/img/icons/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=/static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=/static/img/icons/favicon-16x16.png><link rel=manifest href=/static/img/icons/site.webmanifest><link rel=mask-icon href=/static/img/icons/safari-pinned-tab.svg color=#5bbad5><meta name=msapplication-TileColor content=#da532c><meta name=theme-color content=#ffffff><link href=/static/css/app.2946965f36c3c57f293e2ec74797ba66.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.14a76fad9b304f57d579.js></script><script type=text/javascript src=/static/js/vendor.1f222b5cbf1756bee50f.js></script><script type=text/javascript src=/static/js/app.bb14af35bd332fad86d9.js></script></body></html>

sources/src/App.vue

+17-60
Original file line numberDiff line numberDiff line change
@@ -388,20 +388,6 @@ export default {
388388
{
389389
title: "External",
390390
items: [
391-
{
392-
title: "Android library",
393-
href:
394-
"https://github.com/lovelysystems/robotframework-androidlibrary#readme",
395-
text:
396-
"Library for all your Android automation needs. It uses Calabash Android internally."
397-
},
398-
{
399-
title: "AnywhereLibrary",
400-
href:
401-
"https://github.com/luisxiaomai/robotframework-anywherelibrary",
402-
text:
403-
"Library for testing Single-Page Apps (SPA). Uses Selenium Webdriver and Appium internally."
404-
},
405391
{
406392
title: "AppiumLibrary",
407393
href:
@@ -410,7 +396,7 @@ export default {
410396
"Library for Android and iOS testing. It uses Appium internally."
411397
},
412398
{
413-
title: "Archive library",
399+
title: "ArchiveLibrary",
414400
href:
415401
"https://github.com/bulkan/robotframework-archivelibrary",
416402
text: "Library for handling zip- and tar-archives."
@@ -422,11 +408,19 @@ export default {
422408
text:
423409
"Windows GUI testing library that uses AutoIt freeware tool as a driver."
424410
},
411+
{
412+
title: "Browser Library",
413+
href:
414+
"https://github.com/MarketSquare/robotframework-browser",
415+
text:
416+
'Robot Framework Browser library is a modern web testing library powered by <a href="https://playwright.dev" target="_blank">🎭 Playwright</a>.<br/>Aiming for 🚀 speed, ✅ reliability and 🔬 visibility.'
417+
},
425418
{
426419
title: "CncLibrary",
427420
href:
428421
"https://github.com/eficode/robotframework-cnclibrary",
429-
text: "Library for driving a CNC milling machine."
422+
text:
423+
"Library for driving a CNC milling machine."
430424
},
431425
{
432426
title: "ConfluentKafkaLibrary",
@@ -458,7 +452,7 @@ export default {
458452
href:
459453
"https://github.com/Snooz82/robotframework-datadriver",
460454
text:
461-
"Library for Data-Driven Testing with external data tables (csv, xls, xlsx, etc.). Pairwise Combinatorial Testing support."
455+
"Library for Data-Driven Testing with external 📤 data tables (csv, xls, xlsx, etc.). 🧬 Pairwise Combinatorial Testing support."
462456
},
463457
{
464458
title: "Debug Library",
@@ -501,18 +495,11 @@ export default {
501495
"Library for testing and using FTP server with Robot Framework."
502496
},
503497
{
504-
title: "HTTP library (livetest)",
505-
href:
506-
"https://github.com/peritus/robotframework-httplibrary/#readme",
507-
text:
508-
"Library for HTTP level testing using livetest tool internally."
509-
},
510-
{
511-
title: "HTTP library (Requests)",
498+
title: "HTTP RequestsLibrary (Python)",
512499
href:
513500
"https://github.com/MarketSquare/robotframework-requests#readme",
514501
text:
515-
"Library for HTTP level testing using Request internally."
502+
"Library for HTTP level testing using Python Requests internally."
516503
},
517504
{
518505
title: "HttpRequestLibrary (Java)",
@@ -521,13 +508,6 @@ export default {
521508
text:
522509
'Library for HTTP level testing using Apache HTTP client. Available also at <a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-httprequestlibrary%22" target="_blank">Maven central</a>.'
523510
},
524-
{
525-
title: "iOS library",
526-
href:
527-
"https://github.com/lovelysystems/robotframework-ioslibrary#readme",
528-
text:
529-
"Library for all your iOS automation needs. It uses Calabash iOS Server internally."
530-
},
531511
{
532512
title: "ImageHorizonLibrary",
533513
href:
@@ -547,12 +527,6 @@ export default {
547527
"https://github.com/madworx/robotframework-kicadlibrary#readme",
548528
text: "Library for interacting with KiCad EDA designs."
549529
},
550-
{
551-
title: "MongoDB library",
552-
href:
553-
"https://github.com/iPlantCollaborativeOpenSource/Robotframework-MongoDB-Library#readme",
554-
text: "Library for interacting with MongoDB using pymongo."
555-
},
556530
{
557531
title: "Mainframe3270 Library",
558532
href:
@@ -565,11 +539,6 @@ export default {
565539
"https://github.com/randomsync/robotframework-mqttlibrary#readme",
566540
text: "Library for testing MQTT brokers and applications."
567541
},
568-
{
569-
title: "NcclientLibrary",
570-
href: "https://github.com/vkosuri/robotframework-ncclient",
571-
text: "https://github.com/ncclient/ncclient"
572-
},
573542
{
574543
title: "PuppeteerLibrary",
575544
href: "https://qahive.github.io/robotframework-puppeteer.github.io/",
@@ -611,9 +580,9 @@ export default {
611580
text: "Library for taking screenshots and video recording. Similar functionality as Screenshot standard library, with some additional features."
612581
},
613582
{
614-
title: "Selenium2Screenshots",
615-
href: "https://pypi.org/project/robotframework-selenium2screenshots",
616-
text: "Library for capturing annotated screenshots with Selenium2Library."
583+
title: "SeleniumScreenshots",
584+
href: "https://datakurre.github.io/robotframework-seleniumscreenshots/",
585+
text: "Library for annotating and cropping screenshots taken with SeleniumLibrary. "
617586
},
618587
{
619588
title: "SeleniumLibrary",
@@ -647,13 +616,6 @@ export default {
647616
text:
648617
"Enables executing commands on remote machines over an SSH connection. Also supports transfering files using SFTP."
649618
},
650-
{
651-
title: "SudsLibrary",
652-
href:
653-
"https://github.com/ombre42/robotframework-sudslibrary#readme",
654-
text:
655-
"A library for functional testing of SOAP-based web services based on Suds, a dynamic SOAP 1.1 client."
656-
},
657619
{
658620
title: "SwingLibrary",
659621
href: "https://github.com/robotframework/SwingLibrary/wiki",
@@ -665,7 +627,7 @@ export default {
665627
href:
666628
"https://github.com/Altran-PT-GDC/Robot-Framework-Test-FX-Library",
667629
text:
668-
'Library to enable to test Java FX applications using the <a href="https://github.com/TestFX/TestFX" target="_blank">TestFX framework</a>. Has also remote interface support.'
630+
'Library to enable to test Java FX applications using the <a href="https://github.com/TestFX/TestFX" target="_blank">TestFX framework</a>. Has also remote interface support. <a href="https://github.com/weiqigao/Robot-Framework-Test-FX-Library" target="_blank">Maintained Fork...</a>'
669631
},
670632
{
671633
title: "TFTPLibrary",
@@ -686,11 +648,6 @@ export default {
686648
href: "https://github.com/Adwisit/WADLibrary",
687649
text: "Application testing library for Robot Framework that utilizes Win App Driver."
688650
},
689-
{
690-
title: "watir-robot",
691-
href: "https://github.com/semperos/watir-robot/#readme",
692-
text: "Web testing library that uses Watir tool."
693-
},
694651
{
695652
title: "Zoomba Library",
696653
href: "https://github.com/Accruent/robotframework-zoomba",

static/js/app.865ae6db12f4904e498e.js

-1
This file was deleted.

0 commit comments

Comments
 (0)