Skip to content

ngothikimthaoqb/RobotFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotFramework

I. Setup environment

1. Clone the Project at RobotFramework

2. Installation instructions

II. Running script

1. Running Selenium test script

  • Run by command:
    • Open CMD in Project folder
    • Enter the commands:
      $ robot --listener allure_robotframework ./web-selenium/Tests/
  • Run by VS code:
    • Navigate to folder: web-selenium/Tests/
    • Right-click on the file "*Test.robot"
    • Choose option "Run '..."

2. Running Appium test script

2.1 Setup and run with Emulator Android device

  • Setup
  • Run android test script
    • Run by command:
      • Open CMD in Project folder
      • Enter the commands:
        $ robot --listener allure_robotframework ./mobile-appium/Tests/Multiplication_Android_Test.robot
    • Run by VS code:
      • Navigate to folder: /mobile-appium/Tests/
      • Right-click on the file "Multiplication_Android_Test.robot"
      • Choose option "Run '..."

2.2 Run with Emulator iOS device

  • Setup
  • Run android test script
    • Run by command:
      • Open CMD in Project folder
      • Enter the commands:
        $ robot --listener allure_robotframework ./mobile-appium/Tests/UIKitCatalog_IOS_Test.robot
    • Run by VS code:
      • Navigate to folder: /mobile-appium/Tests/
      • Right-click on the file "UIKitCatalog_IOS_Test.robot"
      • Choose option "Run '..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors