Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
avocado-framework-plugin-robot
Advanced tools
.. _robot-plugin:
This optional plugin enables Avocado to work with tests originally
written using the Robot Framework <http://robotframework.org/>
_ API.
To install the Robot plugin from pip, use::
$ sudo pip install avocado-framework-plugin-robot
After installed, you can list/run Robot tests the same way you do with other types of tests.
For example, use the test included in the avocado code ::
$ git clone https://github.com/avocado-framework/avocado.git
To list the tests, execute::
$ avocado list avocado/optional_plugins/robot/tests/avocado.robot
robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep
robot $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep
Directories are also accepted. To run the tests, execute::
$ avocado run avocado/optional_plugins/robot/tests/avocado.robot
JOB ID : 1501f546890024f2af8e26ab49ba511154bebab9
JOB LOG : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/job.log
(2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: STARTED
(1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: STARTED
(1/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.NoSleep: PASS (0.06 s)
(2/2) $HOME/avocado/optional_plugins/robot/tests/avocado.robot:Avocado.Sleep: PASS (0.07 s)
RESULTS : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : $HOME/avocado/job-results/job-2021-09-30T21.48-1501f54/results.html
JOB TIME : 0.99 s
FAQs
Avocado Plugin for Execution of Robot Framework tests
We found that avocado-framework-plugin-robot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.