Skip to content

Commit

Permalink
Merge pull request #43 from petr-kus/patch-1
Browse files Browse the repository at this point in the history
Update listeners.md
  • Loading branch information
manykarim authored Mar 3, 2024
2 parents ab7ade3 + afc584f commit 7a1cbf0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ One main difference between both versions is:
- changes will have a direct effect on the execution of the test suite
- beside reporting and monitoring, you can use it to e.g. skip tests, modify test data, etc.

However, some methods like `start_keyword` and `end_keyword` are only available in the v2.
However, some methods like `library_import`, `resource_import` and `variables_import` are only available in the v2.



Expand Down Expand Up @@ -293,4 +293,4 @@ class ReportListener:

```bash
robot --listener ReportListener.py tests
```
```

0 comments on commit 7a1cbf0

Please sign in to comment.