Success

User tests: Successful: Unsuccessful:

avatar puneet0191
puneet0191
31 Oct 2015

This PR would allow us to choose specific method that we would want to run in a cest file.

To test the PR:

vendor/bin/robo run:test

After you select the test name you would like to execute, Robo would ask to choose a specific method
See image
image

avatar puneet0191 puneet0191 - open - 31 Oct 2015
avatar therunnergit
therunnergit - comment - 1 Nov 2015

In the runTest method this command is missing:

$this->createTestingSite($use_htaccess);

This means that if the test site is not present, the test execution will fail. Is that intended?

avatar puneet0191
puneet0191 - comment - 1 Nov 2015

Yeah I understand your point, we can add that command, but is a overhead in some sense because we will execute run:test many times, the assumption is once we have the testing site setup and created, we are running individual test, or while developing a new test we use this command and I am not sure if we should check if Joomla-cms exist everytime.

avatar therunnergit
therunnergit - comment - 1 Nov 2015

@Test this is ok for me.

avatar javigomez
javigomez - comment - 1 Nov 2015

test. Ok

avatar javigomez
javigomez - comment - 1 Nov 2015

closing for #161

avatar javigomez javigomez - close - 1 Nov 2015
avatar puneet0191
puneet0191 - comment - 1 Nov 2015

@javigomez Should I close this one?

Add a Comment

Login with GitHub to post a comment