{"library":"pyats-robot","title":"pyATS Robot Framework Module","description":"The pyATS Robot library provides a Robot Framework interface for Cisco pyATS (Python Test Automation Framework), enabling users to write test cases in Robot Framework syntax while leveraging pyATS test infrastructure. Current version is 26.3, released as part of the pyATS ecosystem. The library follows pyATS release cadence, updating approximately quarterly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyats-robot"],"cli":null},"imports":["from pyats.robot import Robot","from pyats.robot.testcase import RobotTestCase"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyats.easypy import run\nfrom pyats.robot import Robot\n\ndef main():\n    robot = Robot()\n    robot.run('tests/my_test.robot')\n\nif __name__ == '__main__':\n    main()","lang":"python","description":"Basic example: run a Robot Framework test file using pyATS Robot module.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}