microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Use local page for WebViewSample.exe #911

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

WebViewSample.exe works locally but is consistently failing in the PR pipeline. This PR creates a local MHTML version of the target page, then loads that into the browser control.

Motivation

Unblock the PR pipeline

Context

Pull request checklist

dbjorge commented 1 year ago

The code change LGTM, but it looks like there's an issue affecting the PR build still

DaveTryon commented 1 year ago

I had hoped that this would fix the PR issue. Parking this for now...