[Ubuntu] Add Microsoft Edge Web Driver (#5878)

* [Ubuntu] Add Edge Web Driver

* take part 0 in sw report
This commit is contained in:
Mikhail Koliada
2022-07-09 08:49:21 +02:00
committed by GitHub
parent ae186119be
commit 82c8123cac
4 changed files with 39 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ Describe "Edge" {
It "Edge" {
"microsoft-edge --version" | Should -ReturnZeroExitCode
}
It "Edge Driver" {
"msedgedriver --version" | Should -ReturnZeroExitCode
}
}
Describe "Chromium" {