-
BrowserStack + Safari is failing like 3/4 times or something.
Now Safari + SauceLabs is too which means there may be a poor test / bad adapter / bad library issue with how we deal with maybe client …
-
https://testingbot.com/support/getting-started/nightwatch.html
-
Hi there,
A few days back SauceLabs have inaugurated their new EU Data Centre in Frankfurt. In order to switch to it there are some changes that need to be performed within the sauceclient.py file li…
-
What works:
@Override
public WebDriver newDriver(){
try {
ChromeOptions options = new ChromeOptions();
options.setPlatformName("Windows 11");
…
-
Given how simple the MVP UI is going to be, can we build it using _basic_ **HTML5** + **JS** (without any framework) and just focus on the usability for now? To that end I propose that the only Front-…
-
I discovered this bug because our task is using environment variables that were not set on my local setup. A `null` value was added to the tags array which created an invalid JSON. Saucelabs instead o…
-
Currently if we use zuul + saucelabs to test, regardless if all tests pass or not, saucelabs always show an unknown barge.
See this project to prove:
https://github.com/algolia/faux-jax
After tried …
dzcpy updated
8 years ago
-
I just noticed that the version of saucelabs integrated inside protractor is v1.5.0 while the upstream version is v4.0.2.
I'm wondering if this could be the recent reasons for many browser tests to…
-
- put together a basic suite of tests against a saucelabs matrix of browser / OS combinations
- will visually show which combinations are currently supported
The image will be something like https://…
-
## Expected Behavior
I want to add any file found in cypress/logs to be uploaded at end of the test
## Actual Behavior
@saucelabs/cypress-plugin
config = sauceLabsPlugin(on, config, {
…