alttester/AltTester-Unity-SDK

Syntax inconsistencies in the robot `AltTesterLibrary` examples

Closed this issue · 1 comments

Steps to reproduce

Actual result

AR

In the examples for the AltTesterLibrary for Robot Framework there are some syntax inconsistencies:

  1. most of the commands are separated from other arguments with |, but some examples use tab or several spaces for separation, or a combination of these two ways of separation
  2. the examples for enable_loguru_logger and disble_loguru_logger methods do not contain the required separator between the command and the following argument

Additional info

Environment

  • AltTester Unity SDK from the development branch - commit 0d9362c

Screenshots
1.
image

image

image

image

2.

image

Expected result

ER

  1. The separation should be made consistently with |
  2. Between the command and the following argument there should be a separation with |

Additional info

Testability

✅ Checked in repo that the AltTesterLibrary examples for Robot Framework contain the required changes described in the ticket.

Considering this, I will move this ticket to Done.