https://github.com/mechdeveloper/selenium-hub
https://github.com/mechdeveloper/selenium-hub
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mechdeveloper/selenium-hub
- Owner: mechdeveloper
- Created: 2024-07-17T13:20:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:52:56.000Z (over 1 year ago)
- Last Synced: 2025-01-28T14:17:26.902Z (about 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build your project
```
mvn clean install
```
# Run your tests
```
mvn clean test
```
Upload to Azure
```sh
stroageaccountname=csb100320003adad455
containername="selenium-hub"
az storage blob upload \
--account-name $stroageaccountname \
--container-name $containername \
--name nginx.tar \
--file nginx.tar
```