karma-runner / karma-edge-launcher

A Karma plugin. Launcher for Microsoft Edge.
MIT License
21 stars 7 forks source link

Feature: Open Edge without Powershell #12

Open tamusjroyce opened 3 years ago

tamusjroyce commented 3 years ago

https://docs.microsoft.com/en-us/microsoft-edge/playwright/#:~:text=Playwright%20is%20built%20to%20enable%20cross-browser%20web%20automation,Microsoft%20Edge.%20Playwright%20launches%20headless%20browsers%20by%20default.

const edgePaths = require("edge-paths");
const EDGE_PATH = edgePaths.getEdgePath();

Microsoft has a library to discover edge. Would it be better to have node kick this off instead of a powershell script? If this is of interest to anyone, let me know/thumbs up and I will make a PR.