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

Correctly start & stop edge browser #9

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jslegers
Copy link

@jslegers jslegers commented Apr 23, 2019

The commits in this pull request involve the following changes :

  • scripts/start_edge.ps1 now starts correctly, even if it is in a path with a space

  • scripts/start_edge.ps1 now resets Edge's config before starting Edge, to remove all open tabs (implementation based on this script)

  • scripts/start_stop.ps1 has been replaced by taskkill /t /f /im MicrosoftEdge.exe (as in version 0.4.2), because scripts/start_stop.ps didn't work (at least it didn't on our test machines)

  • _onProcessExit now has a 3rd signal argument, in alignment with the current Karma API. Not having this argument caused it to behave unexpectedly when using the latest version of Karma.

  • Unit tests are updated to accept the aforementioned changes in behavior

Allow paths that have spaces to be run correctly
Add missing signal" argument
@jslegers jslegers changed the title Fix two bugs in index.js Correctly start & stop edge browser Apr 24, 2019
This was referenced Apr 24, 2019
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

Successfully merging this pull request may close these issues.

1 participant