-
Updated
Jul 22, 2021 - Java
#
browserstack
Here are 92 public repositories matching this topic...
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
-
Updated
Mar 19, 2021 - JavaScript
A tool for running android and iOS appium tests in parallel across devices... U like it STAR it !
android
automation
browserstack
parallel
parallel-computing
cucumber
appium
testng
mp4box
appium-ios
parallel-ios
saucelabs
parallelappium
cucumberappium
parallelappiumios
parallelappiumandroid
cloudtesting
-
Updated
Aug 9, 2021 - Java
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
testing
firefox
chrome
webdriver
browserstack
async
phantomjs
windows-10
twisted
aiohttp
tornado
asyncio
python36
internet-explorer-11
async-webdriver
-
Updated
Aug 11, 2021 - Python
This is the BrowserStack browser provider plugin for TestCafe.
-
Updated
Aug 9, 2021 - JavaScript
Easy e2e browser testing in Node
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Nov 21, 2015 - Ruby
Build Android project, export .apk, optional upload to BrowserStack App Live.
-
Updated
Nov 18, 2020 - Ruby
End to End testing of Web, API and Security
kubernetes
firefox
aws
chrome
browserstack
kafka
gradle
docker-container
selenium
owasp
security-vulnerability
selenium-grid
testcontainers
visual-testing
percy
perfromance
webautomation
doker-compose
java11
-
Updated
Aug 1, 2021 - Java
Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
-
Updated
Jan 21, 2021 - Java
api wrapper and python client for Browserstack Screenshots, including phantomCSS support
-
Updated
Oct 5, 2015 - Python
Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
-
Updated
Jul 21, 2021 - C#
-
Updated
Jan 29, 2018 - JavaScript
luqven
commented
Aug 13, 2021
Description
Currently, the package defaults to formatForSelenium
. There is no other configuration supported out of the box.
Proposed solution
We could add a formatForKarma
that modifies the returned object to match the karma config requirements in the config object.
Something along these lines:
import { BrowserFilter, OperatingSystemFilter }, getCapabilities from 'brow
Portfolio website using reactjs, redux, redux-saga, react-intl, styled-component, immutablejs and others. Its kind of playground for me.
-
Updated
Aug 11, 2021 - JavaScript
An Extension to manage your tabs and other browser-related features.
-
Updated
Jun 25, 2021 - JavaScript
How to use Jest with Selenium tests on BrowserStack
-
Updated
Nov 4, 2018 - JavaScript
A module and CLI that makes using BrowserStack Local easy
-
Updated
Jul 24, 2020 - JavaScript
Selenium BDD Java TestNG & Cucumber framework. Including Allure Report, SlackBot, Parallel Testing, BrowserStack, WebDriverManager, SeleniumGrid Fake&Mock data.
java
github-pages
browserstack
gradle
travis-ci
selenium
selenium-java
test-automation
cucumber
slack-bot
behavior-driven-development
webdrivermanager
selenium-webdriver
slack-webhook
testng
parallel-tests
automation-selenium
loadable-components
seleniumgrid
allure-reports
-
Updated
Aug 13, 2021 - Java
A Jest environment for using Browserstack and Browserstack-Local with Webdriver-manager
nodejs
javascript
browserstack
jest
test-automation
visual-tests
browserstack-local
jest-environment
browserstack-environment
-
Updated
Aug 12, 2021 - TypeScript
PHP Library for accessing the Browserstack Screenshots API
-
Updated
Dec 8, 2016 - PHP
A gem that lets you focus on your Cucumber acceptance tests, and not worry about configuring the drivers
-
Updated
Apr 27, 2021 - Ruby
Mobile automation framework with Browserstack and ReportPortal integration
-
Updated
Jul 2, 2021 - Java
This repository showcases the BrowserStack integration features with the Java TestNG framework using the BrowserStack demo app: https://bstackdemo.com/
-
Updated
Aug 12, 2021 - Java
Browser based user interface for Data Analytics & Visualisation Services
chrome
typescript
browserstack
dashboard
risk
chrome-browser
angular4
dave
angular-2
dave-ui
margining
karma-tests
-
Updated
Sep 14, 2017 - TypeScript
.NET client for the BrowserStack Automate REST API
-
Updated
Aug 16, 2021 - C#
Utilities to measure performance for selenium tests
-
Updated
Oct 26, 2016 - JavaScript
A tool to get full page screenshot of multi web pages with multi browser automatically.
nodejs
npm
screenshot
website
screenshots
browserstack
browserstack-automate
selenium
capture
selenium-webdriver
sauce-labs
browserstack-screenshots-api
saucelabs
-
Updated
Feb 16, 2017 - JavaScript
Automation Testing Using Selenide, BDD (cucumber), Browserstack and Allure reports
java
mobile
browserstack
maven
bdd
selenium
cucumber
selenium-webdriver
selenide
allure-report
mobile-emulations
selenide-driver
allure-reports-selenide
-
Updated
Apr 26, 2021 - Java
Improve this page
Add a description, image, and links to the browserstack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browserstack topic, visit your repo's landing page and select "manage topics."
The lit documentation suggest to use this server for development, so I created an empty project / directory.
Initialized it with
npm init
and installed the server usingnpm i --save-dev @web/dev-server
.However according to the documentation (https://modern-web.dev/docs/dev-server/overview/) I should be able to start the server with
web-dev-server --node-resolve --open
or `wds --node-resol