system tests / QA
avatar puneet0191
puneet0191
27 Nov 2015

When we try to execute robo run:test command, and select the file name and along with that the test name which we want to run, if this test has a "@Depends" the test is skipped and never gets executed.

avatar puneet0191 puneet0191 - open - 27 Nov 2015
avatar javigomez
javigomez - comment - 16 Dec 2015

Tests gets executed in order from the fist function until the last inside a Cest class. Therefore I suggest that we remove the @depends knowing that they will get anyway be executed in the order that we stablish in the Cest file. That will allow to execute tests individually when running individual functions.

avatar puneet0191
puneet0191 - comment - 16 Dec 2015

Yeap, I will do that :+1: thanks

avatar chrisdavenport
chrisdavenport - comment - 25 Jun 2016

Closing for the time being. If this is still relevant please re-open or submit a PR. Thanks @puneet0191

avatar chrisdavenport chrisdavenport - close - 25 Jun 2016

Add a Comment

Login with GitHub to post a comment