I have given match response as #number But for a value of 15547786385661 the case just gets skipped.how do I handle it?
Asked
Active
Viewed 43 times
1 Answers
1
You must be making some simple mistake. Try pasting the two lines below into a fresh scenario and see it work:
* def response = { foo: 15547786385661 }
* match response == { foo: '#number' }

Peter Thomas
- 54,465
- 21
- 84
- 248
-
The def part is passing but match response is getting skipped again. – Knight Apr 11 '19 at 14:18