Skip to content

Enda21/robot_framework_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot_framework_tests

Pre-requisites

Have node installed in your machine https://nodejs.org/en/download https://github.com/robotframework/HowToWriteGoodTestCases/blob/master/HowToWriteGoodTestCases.rst

To install webdriver

pip install webdrivermanager webdrivermanager firefox chrome --linkpath /usr/local/bin

Commands

Install Pyton https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#python-installation

Install Robot via Pip

#For Data Driven testing
pip install robotframework-datadriver

# Install the latest version (does not upgrade)
pip install robotframework

# Upgrade to the latest stable version
pip install --upgrade robotframework

# Upgrade to the latest version even if it is a pre-release
pip install --upgrade --pre robotframework

# Install a specific version
pip install robotframework==5.0

# Install separately downloaded package (no network connection needed)
pip install robotframework-5.0-py3-none-any.whl

# Install latest (possibly unreleased) code directly from GitHub
pip install https://github.com/robotframework/robotframework/archive/master.zip

# Uninstall
pip uninstall robotframework

Run Web Application cd my-app npm start

Run tests

cd Robot_tests   
``#Run all tests`

robot --loglevel DEBUG .


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages