https://github.com/prachpaveeny/robot-framework-vuetify-alerts
Project : Robot Framework for test v-alert, test v-slide-group, test v-select, test v-button
https://github.com/prachpaveeny/robot-framework-vuetify-alerts
e2e-chrome robotframework-testing seleniumlibrary test-case test-script
Last synced: 4 months ago
JSON representation
Project : Robot Framework for test v-alert, test v-slide-group, test v-select, test v-button
- Host: GitHub
- URL: https://github.com/prachpaveeny/robot-framework-vuetify-alerts
- Owner: PrachpaveenY
- Created: 2023-10-03T17:56:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:42:38.000Z (over 2 years ago)
- Last Synced: 2025-10-30T13:51:22.060Z (7 months ago)
- Topics: e2e-chrome, robotframework-testing, seleniumlibrary, test-case, test-script
- Language: HTML
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robot-framework-vuetify-alerts (Complete)
- Project : Robot Framework for test v-alert, test v-slide-group, test v-select, test v-button
- Tools = Robot Framework, SeleniumLibrary, Test Case, Test Script, E2E Test (Chrome)
### Detail :
- There are a total of 8 Test Cases.
- test v-alert
- test v-slide-group
- test v-select
- test v-button
### Structure :
```
๐robot-framework-vuetify-alerts
โโโ ๐log.html
โโโ ๐output.xml
โโโ ๐README.md
โโโ ๐report.html
โโโ ๐test-vuetify-alerts.robot // This project file for run
```
## Run project step :
- Install Chrome :
```
# npx @puppeteer/browsers install chrome@114
```
- Run test-vuetify-alerts.robot :
```
# robot test-vuetify-alerts.robot
```
