here is my user setting:
"run_single_cucumber_command": "cucumber {relative_path} -l{line_number} ENVIRONMENT=LOCAL BROWSER=true MOBILE=true -f pretty",
when i watch ENV["ENVIRONMENT"] its value LOCAL:409 where 409 is the value of line number argument.
here is my user setting: "run_single_cucumber_command": "cucumber {relative_path} -l{line_number} ENVIRONMENT=LOCAL BROWSER=true MOBILE=true -f pretty",
when i watch ENV["ENVIRONMENT"] its value LOCAL:409 where 409 is the value of line number argument.