"Does not have a matching glue code" in feature file..But i have code and the code is executed successfully..I am using Eclipse Java cucumber -
"step 'i search customer' not have matching glue code" warning highlighted in yellow given, , and statements in feature file..but have code , code executed successfully..below scenario outline , using eclipse java cucumber
scenario outline: verify items can submitted given search customer , customer status $ paid customer
scenarios: | customername | price | item | | test| 2190 | shirt | | test2| 1200 | pants |
Comments
Post a Comment