Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurentbristiel/robotframework-needle
CSS Automated tests lib used with Robot Framework
https://github.com/laurentbristiel/robotframework-needle
Last synced: 13 days ago
JSON representation
CSS Automated tests lib used with Robot Framework
- Host: GitHub
- URL: https://github.com/laurentbristiel/robotframework-needle
- Owner: laurentbristiel
- License: apache-2.0
- Created: 2015-01-05T08:42:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T07:37:39.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T00:35:26.393Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
robotframework-needle
=====================CSS Automated tests library used with Robot Framework.
Quick demonstration of how Needle can be called from Robot Framework tests.1) install Selenium and Needle library
See [needle documentation](http://needle.readthedocs.org/en/latest/)2) install geckodriver
See [this Stack Overflow answer](https://stackoverflow.com/a/40314803/1826804)3) launch test a first time to initialize baseline image
```
robot --test needle_visual_test_first_time test-example.robot
```
=> screenshot is created in screenshots/baseline4) launch again a test to check visual regression
```
robot --test needle_visual_test_next_times test-example.robot
```