susannemoog / sauceExtension

Codeception Extension to support automated testing via sauce labs
MIT License
8 stars 7 forks source link

Build error #1

Closed csavio closed 10 years ago

csavio commented 10 years ago

Quick question.

After adding SauceExtension to the config I am unable to build without the following error.

php codecept.phar build

[Codeception\Exception\Configuration]
SauceExtension could not be found and loaded

codecept.phar is a directory above the tests dirctory. My directory structure looks like the following

projectname/codecept.phar
projectname/tests/
...
projectname/tests/extensions/sauce/SauceExtension.php
projectname/tests/extensions/sauce/SauceAPI.php
projectname/tests/extensions/sauce/SauceMethods.php

Did I put something in the wrong place?

susannemoog commented 10 years ago

Looks ok. You might want to try the new version which has composer and autoloader support.