You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,24 @@ In case further investigation is required, the logs can be accessed by mounting
108
108
* Linux/Mac: ``-v `pwd`/logs:/var/log:Z``
109
109
* Windows: ``-v ${PWD}/logs:/var/log:Z``
110
110
111
+
### Error Suite contains no tests
112
+
113
+
When running tests, an unexpected error sometimes occurs:
114
+
115
+
> [Error] Suite contains no tests.
116
+
117
+
There are two main causes to this:
118
+
* Either the test folder is not the right one,
119
+
* Or the permissions on the test folder are too restrictive.
120
+
121
+
As there can sometimes be issues as to where the tests are run from, make sure the correct folder is used by trying the following actions:
122
+
* Use a full path to the folder instead of a relative one,
123
+
* Replace any`` `pwd` ``or `${PWD}` by the full path to the folder.
124
+
125
+
It is also important to check if Robot Framework is allowed to access the resources it needs, i.e.:
126
+
* The folder where the tests are located,
127
+
* The test files themselves.
128
+
111
129
## Please contribute!
112
130
113
131
Have you found an issue? Do you have an idea for an improvement? Feel free to contribute by submitting it [on the GitHub project](https://github.com/ppodgorsek/docker-robot-framework/issues).
0 commit comments