Skip to content

ODDS-TEAM/read-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read-robot

Run robot with custom commands

Run in Dev mode so that Chrome will show up

$> ./dev_run.sh {Robot file to run}

Run in CI mode so that Chrome will not show up (Use Headless Chrome)

$> ./ci_run.sh {Robot file to run}

Run Tag case by case in Dev mode so that Chrome will show up

$> robot -v browser:chrome -i {Name Tag} {Robot file to run}

Run Tag case by case in CI mode so that Chrome will not show up

$> robot -v browser:headlesschrome -i {Name Tag} {Robot file to run}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published