patrikwilliam

Results 3 issues of patrikwilliam

Pabot has a great feature of shards splitting, but currently does alphabetical order first, splits suites to shards and then orders the suites with ordering file per shard. However, this...

status: answered

Ordering check remains prior to the shard split, not vice versa.

https://github.com/MarketSquare/robotframework-requests/blob/233ff7cd2607344c08ee3649920a8083e36a835d/src/RequestsLibrary/RequestsKeywords.py#L52 It seems that a new change was introduced and now all the files used for POST have to be in the specific format. However, this is not the case...