{"id":22419863,"url":"https://github.com/testertech/2022-awesome-oss-ta-tools","last_synced_at":"2026-01-06T07:49:57.995Z","repository":{"id":159879689,"uuid":"441652928","full_name":"TesterTech/2022-awesome-oss-ta-tools","owner":"TesterTech","description":"OSS testautomation tools [1/5]","archived":false,"fork":false,"pushed_at":"2022-02-05T11:46:03.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T01:02:13.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TesterTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-25T10:12:01.000Z","updated_at":"2022-02-05T16:19:34.000Z","dependencies_parsed_at":"2024-01-14T13:32:04.920Z","dependency_job_id":"a53be2e0-3a3d-49b8-8ae1-a3d3296ad80f","html_url":"https://github.com/TesterTech/2022-awesome-oss-ta-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TesterTech/2022-awesome-oss-ta-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2F2022-awesome-oss-ta-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2F2022-awesome-oss-ta-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2F2022-awesome-oss-ta-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2F2022-awesome-oss-ta-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TesterTech","download_url":"https://codeload.github.com/TesterTech/2022-awesome-oss-ta-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TesterTech%2F2022-awesome-oss-ta-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28223458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-06T02:00:07.049Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T16:16:59.746Z","updated_at":"2026-01-06T07:49:57.968Z","avatar_url":"https://github.com/TesterTech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2022 Awesome OSS Test Automation tools \n- This repo will show 10 test automation (related) tools in the OpenSource Software (OSS) space. The list is by no means complete and will show some well-known tools in the OSS space.\n\n## SeleniumBase\n- Python\n- Can automate/test\n    - Webbrowser, API, Visual, Mobile\n- Features\n    - Reports, Dashboard, Recorder (early release), Interactive debugging, Webdriver grid/manager, Screenshots.\n- Official release 2016\n- https://seleniumbase.io\n- https://github.com/seleniumbase/SeleniumBase\n\n```\n#!/bin/bash\nsudo dnf install -y python3-pip \necho clone SeleniumBase\ngit clone https://github.com/seleniumbase/SeleniumBase.git\ncd SeleniumBase\necho Create the virtual environment\npython -m venv . \n. bin/activate \npip install . \n## For Jenkins (xvfb)\n# dnf install xorg-x11-server-Xvfb python3-pytest-xvfb python3-xvfbwrapper\n```\n\n```\npytest examples/test_swag_labs.py --browser=firefox\n```\n\n## Cerberus\n- Webbased\n- Can automate/test\n    - Webbrowser, API, Mobile, Database\n- Features\n    - Reports, Dashboard, Test case management, Requirements, Screenshots.\n- 1st commit on Github 2013\n- https://cerberus-testing.com\n- https://github.com/cerberustesting\n- Install guide Linux: https://github.com/cerberustesting/cerberus-source/blob/master/INSTALL\n\n## Cypress\n- Node\n- Can automate/test\n    - Webbrowser, API, Mobile, Database\n- Features\n    - Reports, Dashboard, Time travel, Screenshots/videos.\n- 1st Github commit 2014\n- https://www.cypress.io/\n- https://github.com/cypress-io/cypress\n- Install: https://docs.cypress.io/guides/getting-started/installing-cypress#Direct-download\n\n```\n# Linux (Fedora)\nsudo dnf install npm -y \nsudo dnf install -y xorg-x11-server-Xvfb gtk2-devel gtk3-devel libnotify-devel GConf2 nss libXScrnSaver alsa-lib\nnpm install cypress\n```\n\n## RobotFramework\n- Python\n- Can automate/test\n    - Webbrowser, API, Mobile, Database and many more\n- Features\n    - Keyword driven testing, Reports, Dashboard, Screenshots\n- 1st version 2005\n- https://robotframework.org\n- https://github.com/robotframework\n```\n# VSCodium\nsudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\nprintf \"[gitlab.com_paulcarroty_vscodium_repo]\\nname=download.vscodium.com\\nbaseurl=https://download.vscodium.com/rpms/\\nenabled=1\\ngpgcheck=1\\nrepo_gpgcheck=1\\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\\nmetadata_expire=1h\" | sudo tee -a /etc/yum.repos.d/vscodium.repo\nsudo dnf update -y \nsudo dnf install -y codium\n```\n```\n# Chromedriver \nhttps://chromedriver.storage.googleapis.com/98.0.4758.48/chromedriver_linux64.zip\nunzip chromedriver_linux64.zip \nsudo cp chromedriver /usr/local/bin\n```\n```\n# WebDemo\nmkdir git \u0026\u0026 cd git\ngit clone https://github.com/robotframework/WebDemo\ncd WebDemo\npython -m venv .\n. bin/activate\npip install -r requirements.txt \nnohup python demoapp/server.py \u003e my.log 2\u003e\u00261 \u0026\necho $! \u003e save_pid.txt\n```\n```\n# Launch the tests\nrobot --variable browser:chrome login_tests\nkill -9 `cat save_pid.txt`\nrm save_pid.txt\n```\n\n## Cucumber-JVM\n- JAVA\n- Can automate/test\n    - You can extend Cucumber with all testing libraries in JAVA \n- Features\n    - Reports, Dashboard.\n- 1st version 2012\n- https://cucumber.io/\n- https://github.com/cucumber/cucumber-jvm\n- https://github.com/TesterTech/cucumber-java-skeleton\n- https://github.com/rest-assured/rest-assured/wiki/Usage\n\n```\n# install jdk \nsudo dnf install -y java-11-openjdk-devel maven \n```\n\n# Subscribe to my channel for more of this content \n- https://www.youtube.com/c/EricdeGraaf/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestertech%2F2022-awesome-oss-ta-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestertech%2F2022-awesome-oss-ta-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestertech%2F2022-awesome-oss-ta-tools/lists"}