An open API service indexing awesome lists of open source software.

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

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
```