system tests / QA Success

User tests: Successful: Unsuccessful:

avatar Kubik-Rubik
Kubik-Rubik
30 Oct 2015

... to generate AcceptanceTester

With the change the build command is also executed properly on a Windows machine.

How to test

Run the tests and check whether it works on a Windows and non-Windows machine without having called the build command manually first.

avatar Kubik-Rubik Kubik-Rubik - open - 30 Oct 2015
avatar therunnergit
therunnergit - comment - 30 Oct 2015

@Test works fine

avatar compojoom
compojoom - comment - 30 Oct 2015

This works.

What also works is to do:

$this->_exec('vendor\bin\codecept.bat build'); 

So we could do a test for windows and execute the above line and for everything else we can run the old line.

I'm not sure which solution is better. If we have the bin folder with all those scripts, should we use it, or should we directly call the codeception files as Viktor did? Ideas? Recommendations?

avatar javigomez
javigomez - comment - 30 Oct 2015

@Kubik-Rubik I would go instead for the solution that proposes Daniel. Executing the bin file without php in front.

avatar Kubik-Rubik
Kubik-Rubik - comment - 30 Oct 2015

Okay, I will update the PR. Thanks!

avatar javigomez javigomez - reference | 7603c82 - 30 Oct 15
avatar javigomez javigomez - merge - 30 Oct 2015
avatar javigomez javigomez - close - 30 Oct 2015
avatar zero-24 zero-24 - change - 30 Oct 2015
Milestone Added: 3.4.1
avatar zero-24 zero-24 - change - 30 Oct 2015
Milestone Added: 3.4.2
avatar zero-24 zero-24 - change - 30 Oct 2015
Milestone Removed: 3.4.1

Add a Comment

Login with GitHub to post a comment