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

Chrome crashing when running Plugin-Functional Tests locally #134

Open
Carthanial opened this issue Jan 12, 2022 · 0 comments
Open

Chrome crashing when running Plugin-Functional Tests locally #134

Carthanial opened this issue Jan 12, 2022 · 0 comments
Assignees
Labels
bfs6.7.2 bug Something isn't working

Comments

@Carthanial
Copy link

  • Upon running node scripts/functional_test_runner.js --config test/plugin_functional/config.js chrome crashes.

This error is the same as issue #111 however the difference is slight.

  • Locally the error is

warn Failure loading service "leadfoot"
ERROR [POST http://localhost:9515/session / {"desiredCapabilities":{},"requiredCapabilities":{}}] unknown error: Chrome failed to start: crashed

The desiredCapabilities and requiredCapabilities are empty which should be filled from browserOptions{ chromeOptions{}} in leadfoot_command.js.
The above mentioned issue was fixed by adding the needed chromeOptions however in our current state those options are alredy present.

Fixing this is essential to further debugging the test failures in job #159. This will allow running the tests in a non headless mode to identify the exact moment of the failure in each test.

@Carthanial Carthanial added bug Something isn't working bfs6.7.2 labels Jan 12, 2022
@Carthanial Carthanial self-assigned this Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bfs6.7.2 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant