Skip to content

Commit a4a3e8a

Browse files
Update USAGE.md
1 parent 9bd4580 commit a4a3e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This does _not_ mean that you cannot use the program for the initial test genera
4444

4545
- The sample code assumes that your [robotframework-datadriver](https://github.com/Snooz82/robotframework-datadriver) version is 1.5.0 or later - which will be installed by default (but is not required by the actual generator itself). The Robot Framework demo template that comes with this repo makes _heavy_ usage of the Datadriver's [typed cells](https://github.com/Snooz82/robotframework-datadriver#ms-excel-and-typed-cells) option, meaning that you apply the desired target format for your input data directly to your respective Excel cell. For example, a cell containing the numeric value of 123 with an Excel _General_ format will be recognised as Integer value whereas the same value with an Excel _Text_ formatting will be treated as text. Booleans, Floats etc are supported. Some edge cases may not work out of the box and may require some manual magic, though.
4646
- For convenience purposes, the Robot Framework template code ensures that you run the correct version of the Robot Framework datadriver in order to avoid any future data misinterpretation.
47-
- If you use the Jira ticket generator option, be advised that for each run of the program, __new__ tickets will be generated __WITH EACH PROGRAM RUN__.
47+
- If you use the Jira ticket generator option, be advised that __new__ tickets will be generated __WITH EACH PROGRAM RUN__.
4848

4949
## How does this program work?
5050

0 commit comments

Comments
 (0)