Webception
Webception copied to clipboard
Windows is_executable
Know bug/issue for windows, is_executable
returns false, for codecept/codecept.bat
. I think that this check could be removed. And some good windows support would be nice, because currently tests can be run on it, they all fail :)
I'll have to get ahold of a Windows machine or a VM I can deploy onto, as I currently don't have access to one yet.
As soon as I can, this will get sorted.
I'd also guess the tests don't pass because they need Selenium to run for the acceptance tests. I'll look into tweaking that.
The tests should now run out of the box as they now rely on PhpBrowser rather than WebDriver + Selenium.
I'll also have access to a Windows machine in early February, so I'll be able to fix this issue then. Cheers.