Skip to content

Instantly share code, notes, and snippets.

@badri
Created May 17, 2018 06:50
Show Gist options
  • Save badri/518e806191180a984d9b360d2189a5cd to your computer and use it in GitHub Desktop.
Save badri/518e806191180a984d9b360d2189a5cd to your computer and use it in GitHub Desktop.
Better results
--- Failed scenarios:
features/archive/sessions.feature:80
features/discussions/privacy.feature:25
features/miscellaneous/site_settings.feature:7
125 scenarios (117 passed, 3 failed, 5 undefined)
1255 steps (1218 passed, 3 failed, 6 undefined, 28 skipped)
13m55.29s (69.77Mb)
--- FeatureContext has missing steps. Define them with these snippets:
/**
* @Given :arg1 :arg2 entities:
*/
public function entities($arg1, $arg2, TableNode $table)
{
throw new PendingException();
}
/**
* @Given a :arg1 entity:
*/
public function aEntity($arg1, TableNode $table)
{
throw new PendingException();
}
/**
* @Given I am viewing an :arg1 :arg2 entity:
*/
public function iAmViewingAnEntity($arg1, $arg2, TableNode $table)
{
throw new PendingException();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment