Skip to content
#

automation-framework

Here are 289 public repositories matching this topic...

Lucifer

A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life

  • Updated Oct 16, 2021
  • Python
labgrid

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).

  • Updated Mar 3, 2022
  • Python
mcgov
mcgov commented Jun 8, 2022

Currently we can install packages and check their version after installation. It would be better if there was a function exposing apt search and similar options to check the upstream version before installation.

options:

  • change package_exists to return a VersionInfo instead of a bool, I'm not sure if this will break the current usage, maybe Union[VersionInfo|None] would work
  • add a check_
enhancement good first issue

Improve this page

Add a description, image, and links to the automation-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automation-framework topic, visit your repo's landing page and select "manage topics."

Learn more