Skip to content

Automation testing framework (UI) - an example. Based on JavaScript, Selenium, Mocha

License

Notifications You must be signed in to change notification settings

BurhanH/automaton-v7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automaton-v7

Automation testing framework (UI) - an example. Based on JavaScript, Selenium, Mocha

GitHub Build Status Codacy Badge

Requirements

NodeJS 14.0.0, Selenium 4.0.0-alpha.7, Mocha 7.1.1,
Firefox 75.0, geckodriver 0.26.0,
Chrome 81.0.4044.122, chromedriver 81.0.4044.69

Features

  1. Supports Firefox and Chrome browsers
  2. Supports Selenium Grid
  3. Easy to extend

Project structure

-- automaton-v7
   |-- .gitattributes
   |-- .gitignore
   |-- .travis.yml
   |-- LICENSE
   |-- package.json
   |-- README.md
   |-- config.js
   `-- test
       |-- browser_test.js
       |-- initial_test.js

Technology stack and documentation

Node.js
mocha
Selenium
selenium api for java script
Firefox
geckodriver
Chrome
ChromeDriver

About

Automation testing framework (UI) - an example. Based on JavaScript, Selenium, Mocha

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published