Skip to content

This project is used to automation test using Automation Pratice Site with Robot Framework.

Notifications You must be signed in to change notification settings

alefecvo/selenium-robot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automation Pratice Web Site Test Project with Robot Framework

This project is used to automation test using Automation Pratice Site with Robot Framework.

Dependencies

Install the items

  1. Visual Code + extension - Robot Framework Language Server
  2. Python 3 or above
  3. Homebrew
  4. Driver Chrome (Chromedriver) and Firefox (Geckodriver)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask chromedriver
brew install geckodriver

Run Tests:

To download, get clone this project to your computer and execute the commands bellow:

  1. Open project with Visual Code.
  2. Run test with compiler or execute commands on Visual Code terminal.
robot -d ./logs web/tests/produtoTest.robot
  1. Access on project '.logs/report.html' and open Chrome browser to see results.

IMPORTANT

  • Before run the tests you need to install on terminal:
pip3 install robotframework-seleniumlibrary

About

This project is used to automation test using Automation Pratice Site with Robot Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published