https://github.com/jandedobbeleer/fastlanium
https://github.com/jandedobbeleer/fastlanium
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandedobbeleer/fastlanium
- Owner: JanDeDobbeleer
- License: mit
- Created: 2016-03-03T10:56:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T12:25:47.000Z (over 9 years ago)
- Last Synced: 2025-01-17T20:43:26.254Z (9 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastlanium
This is a rather simple tool I created using Selenium to automate the Windows Store build uploads.
I became annoyed by how much time this consumed so I fixed that.# Usage
The only dependency is the chromedriver for Selenium to use.
You can download it [here][1].
Once downloaded, please add the location to your PATH so that Selenium can find it.*I wanted to use PhantomJS but uploading the builds seems to fail there for now. I will update the code once that works or feel free to fire up a PR in case I take too much time ;-)*
Compile the code and use fastlanium.exe to upload your builds:
```
fastlanium ...
```You can add as many packages needed as the last arguments, everything will be uploaded.
# Remarks
The tool will not work if you have 2 factor auth enabled on your account (obviously).
[1]:https://sites.google.com/a/chromium.org/chromedriver/downloads