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
<p>Robot Framework's <ahref="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface">listener interface</a> is a very powerful mechanism to get
76
76
notifications about various events during execution and it also allows modifying
77
77
data and results on the fly. It is not typically directly used by normal Robot
@@ -179,7 +179,7 @@ <h4>Paths are passed to version 3 listeners as <code>pathlib.Path</code> objects
179
179
paths were strings, but nowadays listener version 3 methods get them as
180
180
more convenient <ahref="https://docs.python.org/3/library/pathlib.html">pathlib.Path</a> objects.</p>
<p>The new <code>VAR</code> syntax (<ahref="https://github.com/robotframework/robotframework/issues/3761">#3761</a>) makes it possible to create local variables
184
184
as well as global, suite and test/task scoped variables dynamically during
185
185
execution. The motivation is to have a more convenient syntax than using
<h3><ahref="#toc-entry-5">Mixed argument support with library keywords</a></h3>
248
+
<h3><ahref="#id117">Mixed argument support with library keywords</a></h3>
249
249
<p>User keywords got support to use both embedded and normal arguments in Robot
250
250
Framework 6.1 (<ahref="https://github.com/robotframework/robotframework/issues/4234">#4234</a>) and now that support has been added also to library keywords
251
251
(<ahref="https://github.com/robotframework/robotframework/issues/4710">#4710</a>). The syntax works so, that if a function or method implementing a keyword
@@ -266,7 +266,7 @@ <h3><a href="#toc-entry-5">Mixed argument support with library keywords</a></h3>
266
266
Number of dogs should be 3
267
267
</pre>
268
268
<aname="json-result-format"></a>
269
-
<h3><ahref="#toc-entry-6">JSON result format</a></h3>
269
+
<h3><ahref="#id118">JSON result format</a></h3>
270
270
<p>Robot Framework 6.1 added support to <ahref="https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.rst#json-data-format">convert test/task data to JSON and back</a>
271
271
and Robot Framework 7.0 extends the JSON serialization support to execution results
272
272
(<ahref="https://github.com/robotframework/robotframework/issues/4847">#4847</a>). One of the core use cases for data serialization was making it easy to
@@ -293,7 +293,7 @@ <h3><a href="#toc-entry-6">JSON result format</a></h3>
293
293
<p>The plan is to enhance the support for JSON output files in the future so that
294
294
they could be created already during execution. For more details see issue <ahref="https://github.com/robotframework/robotframework/issues/3423">#3423</a>.</p>
<h3><ahref="#toc-entry-8">Tags set globally can be removed using <code>-tag</code> syntax</a></h3>
343
+
<h3><ahref="#id120">Tags set globally can be removed using <code>-tag</code> syntax</a></h3>
344
344
<p>Individual tests and keywords can nowadays remove tags that have been set in
345
345
the Settings section with <code>Test Tags</code> or <code>Keyword Tags</code> settings by using
346
346
the <code>-tag</code> syntax with their own <code>[Tags]</code> setting (<ahref="https://github.com/robotframework/robotframework/issues/4374">#4374</a>). For example,
@@ -364,15 +364,15 @@ <h3><a href="#toc-entry-8">Tags set globally can be removed using <code>-tag</co
364
364
deprecated (<ahref="https://github.com/robotframework/robotframework/issues/4365">#4365</a>) and using the new <code>-tag</code> syntax is recommended. With
365
365
keywords there was no similar functionality earlier.</p>
0 commit comments