Repository files navigation
2. Installation instructions
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
You can’t perform that action at this time.