https://github.com/stopsopa/state-of-selenium
https://stopsopa.github.io/state-of-selenium
https://github.com/stopsopa/state-of-selenium
Last synced: about 1 month ago
JSON representation
https://stopsopa.github.io/state-of-selenium
- Host: GitHub
- URL: https://github.com/stopsopa/state-of-selenium
- Owner: stopsopa
- Created: 2018-03-20T23:00:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-02T00:05:37.000Z (over 1 year ago)
- Last Synced: 2025-02-06T08:13:03.808Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReAdMe.md
Awesome Lists containing this project
README
[](https://travis-ci.org/stopsopa/state-of-selenium)
[](https://saucelabs.com/beta/builds/a47e8d511f124186a82f229cee585087)||||
|--|--|--|
|[macOS High Sierra](https://github.com/stopsopa/state-of-selenium/blob/chrome-machs/.travis.yml#L11)|Chrome|[](https://travis-ci.org/stopsopa/state-of-selenium)|
|[macOS Sierra](https://github.com/stopsopa/state-of-selenium/blob/chrome-macsi/.travis.yml#L11)|Chrome|[](https://travis-ci.org/stopsopa/state-of-selenium)|
|[Windows 10](https://github.com/stopsopa/state-of-selenium/blob/chrome-win10/.travis.yml#L11)|Chrome|[](https://travis-ci.org/stopsopa/state-of-selenium)|# DEPRECATED
Created in 2018 - quite old now and not maintained.Brr, I have goosebumps when I look at this now (Sep 2023)
# how to use
yarn install
yarn server
# in another console
/bin/bash run.sh
to stop selenium servermake sels
to run selenium servermake sel
# setup file:config.js
# api (native WebDriver ):
At the moment of writing this doc 4.0.0-alpha.1
* !!! http://seleniumhq.github.io/selenium/docs/api/javascript/
* https://www.npmjs.com/package/selenium-webdriver
* [very good examples - check dir up too](https://github.com/SeleniumHQ/selenium/tree/master/javascript/node/selenium-webdriver/test)
* https://seleniumhq.github.io/docs/index.html# more about jest:
* https://github.com/stopsopa/roderic/tree/master/test/jest
* https://facebook.github.io/jest/docs/en/setup-teardown.html# Version of drivers used in this tutorials:
[file](https://github.com/stopsopa/state-of-selenium/blob/master/versions.log)
# It seems like it is better to not use Control Flow
http://www.protractortest.org/#/debugging#disabled-control-flow
.. and in future it will be disabled ...
http://www.protractortest.org/#/control-flow#disabling-the-control-flow
# check later
* [Executing script](https://sqa.stackexchange.com/a/20736)# more about testing in general:
* http://blog.thecodewhisperer.com/permalink/integrated-tests-are-a-scam# tracking W3C coverage:
- https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver/status