Skip to content

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