Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make codeception executable. #45

Open
kimandrew opened this issue May 19, 2015 · 0 comments
Open

Can't make codeception executable. #45

kimandrew opened this issue May 19, 2015 · 0 comments

Comments

@kimandrew
Copy link

My env is:

Ubuntu 14.04
Apache 2.4.7

Webception located at /var/www/xxx and i can see UI with config passed, executable and logs are failed. I did all sudo commands twice to allow execute codeception by apache, and to log and cache directories.

Codeception executable via terminal but, in this case all acceptance tests are failed.

my acceptance.suite.yml as follow

class_name: WebGuy
modules:
enabled:
- PhpBrowser
- WebHelper
- WebDriver
- REST
config:
REST:
url: 'http://webception.org'
timeout: 90
PhpBrowser:
url: 'http://webception.org'
curl:
CURLOPT_RETURNTRANSFER: true
CURLOPT_FOLLOWLOCATION: true
WebDriver:
url: 'http://webception.org'
browser: firefox
window_size: 1024x768
wait: 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant