Webception icon indicating copy to clipboard operation
Webception copied to clipboard

error in codception when i use deffrent enviroment

Open ghost opened this issue 9 years ago • 2 comments

when i try to use @$scenario->env('xxx'); in my cept file the output will be No tests executed! i did the setup of env in acceptance yml

env:

env2: modules: config: WebDriver: url: 'http://bb.dev/' browser: 'firefox' env3: modules: config: WebDriver: url: 'http://cc.dev/' browser: 'firefox'

ghost avatar Apr 09 '15 21:04 ghost

Any one can advice

ghost avatar Apr 10 '15 10:04 ghost

sounds more like a codeception issue than webception, you can report here:

https://github.com/Codeception/Codeception/issues

and try something like: http://stackoverflow.com/questions/27634821/codeception-run-acceptance-tests-in-multiple-environments

elchesco avatar Apr 11 '15 19:04 elchesco