Skip to content

Base Test Suite to showcase bugs for BS (Edge, Chrome, Selenium)

Notifications You must be signed in to change notification settings

derzierau/browserstack-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserstack / Selenium Bug Report

Base setup for testing on Browserstack. Depends on official Browserstack Repo. Problems are relating to Selenium 4.1.0 and Edge / Chrome - latest versions. All cases are tested on Windows and on Mac OSX.

Setup

yarn --frozen-lockfile
BROWSERSTACK_USERNAME=*** BROWSERSTACK_PASSWORD=*** yarn run test

Known problems for testing

Chrome

Browser Version: 96
Selenium Version: 4.1.0
Chrome does have the problem with browser.maximizeWindow(). Tests are failing with the following message: "An unknown server-side error occurred while processing the command.". If we comment the line out Chrome works as expected.

chrome-failed-state

Edge

Browser Version: 96
Selenium Version: 4.1.0 Edge does succeed randomly. If the test fails we get a webdriver timeout exceeded message in the console.
Failed state:
edge-failed-state
Success State edge-success-state

Firefox

Firefox should work as expected.

About

Base Test Suite to showcase bugs for BS (Edge, Chrome, Selenium)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published