-
Importing test library 'HttpLibrary.HTTP' failed: SyntaxError: invalid syntax
Traceback (most recent call last):
None
PYTHONPATH:
C:\Robot
C:\Python38\python38.zip
C:\Python38\DLLs
C…
-
When dispatching jobs to different runners using a strategy matrix:
```
strategy:
matrix:
runner_type: [A, B]
runs-on: ["self-hosted", "${{ matrix.runner_type }}"]
```
The…
-
The Database Library has been recently updated, including docs and code examples.
See https://github.com/MarketSquare/Robotframework-Database-Library
-
```
What steps will reproduce the problem?
1. Added one of 9 following keywords and Run RIDE -> it is OK
- Get Active Window Image
- Get autoitversion
- Get screen Image
- Get version
- Run
- Wait for…
-
I tried to Clone the respository and debug it, but I found some problems and difficulites. Is there any kind of doucmentation and Developer Guideline.
thanks in advance.
-
Guys, I'm ending up with below error while running the same command again after completion of tests, Kindly suggest.
**Steps to reproduce:**
Step 1: Run below command: pabot -d results/pqa1 --pyth…
-
When running with Jython (for example by executing `mvn clean verify`) on Windows and Linux (for some reason this never happens on OSX!) tests may fail randomly with `Agent port not received before ti…
-
RIDE v2.0b1 running on Python 3.8.5.
Suppose I have a python library like the below. You can notice that I am using a decorator to print the function arguments. To preserve the original keyword fun…
-
When a test case has a line with many cells including keywords and their arguments in RIDE, I want to use the ellipsis "..." to continue the previouse line, like below (display in cells format in RIDE…
yanne updated
9 years ago
-
Currently CTRL + Backspace behaves differently in the edit tab to in pop ups e.g. when you add Documentation or a resource.
In the Edit tab, or Text Edit tab, CTRL + Backspace or delete will delete u…
yanne updated
9 years ago