-
I want to have my robot.toml configuration in non-default locations.
For most part this works fine
- I can run tests through CLI nicely by passing the correct `robot.toml` in with `--config`
- VSCo…
-
I am trying to install excel library using command "pip install robotframework-excellibrary", installation is failing with below error
```
C:\Users\SESA672171>pip install robotframework-excellibra…
-
**Describe the bug**
In VS-Code when trying to run a whole .robot-file from the "Testing"-Section or directly per Right-Click on the file, it fails with following message:
![Bild](https://github.com…
-
Following suite gives error
`W: 4, 0: Unknown table name 'Tasks' (InvalidTableInResource)`
```
*** Settings ***
Documentation Task Documentation
*** Tasks ***
Testing Task
No Operation…
-
## Steps to reproduce the issue
Initial problem was found in Python 3.9, with upgrade from 4.5.0 to 6.1.1, and still happens in 6.6.1, also in Python 3.12.6.
After downgrade to 4.5.0 in Python 3.1…
-
# Steps to Reproduce
On an ubuntu 16.04 LTS installation, open a console. First run ```sudo pip3 install robotframework```.
Then run ```sudo pip3 install robotframework-rammbock```.
Alter…
-
In comparison with the previous images:
Running rc1:
```
docker run -i --rm -e ZSERVER_HOST=0.0.0.0 -e ZSERVER_PORT=55001 -p 55001:55001 -e 'ADDONS= plone.app.robotframework==2.0.0b2 plone.app.te…
-
After #51 the robot server starts on a random port and that port is stored on the fixture.
Related issue:
- https://github.com/plone/plone.app.robotframework/issues/99
While this is very good…
-
pabot (using up-to-date 1.13 version) doesn't work with robotframework 5.0 beta1:
```
root@acd2910875f4:/# pabot workspace/test.robot
Invalid option 'pythonpath'.
Total testing: 0.0 seconds
Ela…
-
Hi!
Thanks for writing this library, I was looking for something exactly like this. I am using jenkins and robotframework to do automated testing on a website. Unfortunately I'm not able to actual…