Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newtmagalhaes/spike_robot
:robot: Spike com robot framework para automações web usando Selenium Grid ou Selenoid.
https://github.com/newtmagalhaes/spike_robot
docker docker-compose python robotframework selenium-grid selenoid
Last synced: 3 months ago
JSON representation
:robot: Spike com robot framework para automações web usando Selenium Grid ou Selenoid.
- Host: GitHub
- URL: https://github.com/newtmagalhaes/spike_robot
- Owner: newtmagalhaes
- Created: 2024-01-04T21:29:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T16:17:00.000Z (8 months ago)
- Last Synced: 2024-09-27T10:41:28.291Z (3 months ago)
- Topics: docker, docker-compose, python, robotframework, selenium-grid, selenoid
- Language: RobotFramework
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spike Robot
Spike com robot framework para automações web usando [Selenium Grid][selenium-grid] ou [Selenoid][selenoid].
> Exemplo funcional com [:file_folder: docker](./docker/)
É possível executar um robô com o comando
```sh
robot path/to/file.robot
```## Setup
> Setup para instalar dependências de `:file_folder: tests`
```sh
# create and activate envirorment
# install dependencies
pip install -r requirements.txt
```[selenoid]:https://aerokube.com/selenoid/latest/
[selenium-grid]:https://github.com/SeleniumHQ/docker-selenium?tab=readme-ov-file#docker-images-for-the-selenium-grid-server