Inject skip button into web interface
Text for the skip button and auto skip message can now be customized Closes #104, 105
chore(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#116)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.0...v17.4.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix script to support older versions of chrome (#118)
Fix script to work on chromium 79 and older which does not have support for optional chaining. This fixes LG WebOS 6.0 and 5.0 (issue#113)
Add multi-arch container image builds (#132)
* Update versions for GH Actions * Add build arg for Dockerfile * Add automated tags for container image * Add multi-arch image builds using QEMU and Buildx * Add checks to ensure PRs don't publish images * Auto-indent YAML * Change web interface version name * Revert back to `10.8.0` version name
chore(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#145)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>