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

Codeception error while running acceptance tests: Unable to find executable for: taskkill #2362

Closed
learntech123 opened this issue Sep 11, 2015 · 5 comments

Comments

@learntech123
Copy link

Hi,

I am executing acceptance test cases in codeception using selenium web driver.

My test cases are getting passed. But I am getting below error message

[Facebook\WebDriver\Exception\UnknownServerException] Unable to find executable for: taskkill

How do I resolve this error. And I am trying generate HTML report. it's getting saved in output folder. But it is empty. Is it because of the above error? Anyone could you pl advise on this?

But if I run my test case with phpBrowser, I am not getting any error and even my report.html file is generating fine.

Here I have attached my screenshot

error

@Naktibalda
Copy link
Member

What version of Windows are you using?
taskkill is a Windows utility which is missing in your computer

@DavertMik
Copy link
Member

This is not related to Codeception, probably it is an issue of selenium
server. You should install it so selenium could start and stop browser
process
11 вер. 2015 08:23, користувач "learntech123" notifications@github.com
написав:

Hi,

I am executing acceptance test cases in codeception using selenium web
driver.

My test cases are getting passed. But I am getting below error message

[Facebook\WebDriver\Exception\UnknownServerException] Unable to find
executable for: taskkill

How do I resolve this error. And I am trying generate HTML report. it's
getting saved in output folder. But it is empty. Is it because of the above
error? Anyone could you pl advise on this?

But if I run my test case with phpBrowser, I am not getting any error and
even my report.html file is generating fine.

Here I have attached my screenshot


Reply to this email directly or view it on GitHub.

@learntech123
Copy link
Author

@ Naktibalda,

I am using windows 8.1.
64 bit os
x64 - based processor

@learntech123
Copy link
Author

@DavertMik,

DavertMik, I am sorry. I did not get the comment. What should I install.
Could you please explain bit more.

And below are some details which might help to answer the query
I am using latest selenium-server-standalone-latest.jar file

I am using Fireforx 4.0.3 And I have tried with fireforx lower than 40 versions as well.

@Naktibalda
Copy link
Member

SeleniumHQ/selenium#768

This ticket suggests that you need to add the directory c:\windows\system32 to PATH environment variable.

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

No branches or pull requests

3 participants