Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ public function runTests($opts = ['use-htaccess' => false, 'env' => 'desktop'])
->run()
->stopOnFail();

$this->taskCodecept($pathToCodeception)
->arg('--steps')
->arg('--debug')
->arg('--fail-fast')
->arg('--env ' . $opts['env'])
->arg($this->testsPath . 'acceptance/extensions.feature')
->run()
->stopOnFail();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the RoboFile out of that PR, there are some issues here :-)


$this->taskCodecept($pathToCodeception)
->arg('--steps')
->arg('--debug')
Expand Down
66 changes: 0 additions & 66 deletions tests/codeception/acceptance/administrator/UserCest.php

This file was deleted.

11 changes: 0 additions & 11 deletions tests/codeception/acceptance/frontend/UserLoginCest.php

This file was deleted.