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
Failure/Error: TestrailRSpec::UpdateTestRails.new(scenario).upload_result
TypeError: no implicit conversion of String into Integer
Weird thing is the test-case I'm running passes when run without TestrailRspec, and shows up as passed in TestRail
Edit: I was able to get it working with rspec-retry, looks like it was only happening on first connection attempt, worked on subsequent attempts. It still happens pretty consistently on that first connection, though.
The text was updated successfully, but these errors were encountered:
I'm getting this error:
Weird thing is the test-case I'm running passes when run without TestrailRspec, and shows up as passed in TestRail
Edit: I was able to get it working with rspec-retry, looks like it was only happening on first connection attempt, worked on subsequent attempts. It still happens pretty consistently on that first connection, though.
The text was updated successfully, but these errors were encountered: