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

https://github.com/mechdeveloper/selenium-hub


https://github.com/mechdeveloper/selenium-hub

Last synced: 11 months ago
JSON representation

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