Skip to content

Wisanggeni is your machine to run your web automation. Please fork me, I'm very helpful! I was built with ruby, selenium-webdriver, cucumber and allure so please say thank you to them!

Notifications You must be signed in to change notification settings

nuevarg/wisanggeni-automation-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Wisanggeni!


Hey! I'm Wisanggeni. I'm your machine to run your web automation. Please fork me, I'm very helpful! I was built with ruby, selenium-webdriver, cucumber and allure so please say thank you to them!


What you need

Please make sure you have all of this before took me ran!

Note:

  • Mozilla Firefox / Google chrome
  • Text Editor
  • Ruby
  • Selenium-web driver
  • cucumber
  • geckodriver/chromedriver
  • allure-cucumber

Installation

Install homebrew :

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Upgrade ruby:

brew upgrade ruby > then close terminal

Install selenium-webdriver:

gem install selenium-webdriver

Install cucumber:

gem install cucumber

Install geckodriver(for firefox):

brew install geckodriver

Install chromedriver(for googlechrome):

brew install chromedriver

Install allure

gem install allure-cucumber

Usage

enter project directory
$ cucumber
$ allure generate report
$ allure report open

About

Wisanggeni is your machine to run your web automation. Please fork me, I'm very helpful! I was built with ruby, selenium-webdriver, cucumber and allure so please say thank you to them!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.8%
  • Gherkin 23.2%