Skip to content

Conversation

@laurensmiers
Copy link

No description provided.

RobotFramework(RF) v4 removed critical in favour of skipped tests.
Remove the critical count in the DB and replace it with skipped.
… API

RobotFramework(RF) v4 changed the suite.statistics API
- select() uses id directly iso list
- connection.execute uses dictionary iso keywords arguments
- Do explicit connection.commit() iso relying on implicit commit,
  which was removed in v2.
- Test and keyword 'keywords' replaced with 'body'
- Removed suite.keywords
If a test is calling the same keyword in a test, we would get an error
informing us we violated the unique constraint.

A keyword should not be limited by any unique constraint since each
test can call it multiple times, with multiple args, .. and all these
scenarios have the same name and type which will result in a unique
constraint violation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant