Flank / flank

:speedboat: Massively parallel Android and iOS test runner for Firebase Test Lab
https://firebase.community/
Apache License 2.0
680 stars 115 forks source link

Port bash scripts to Kotlin #1178

Closed adamfilipow92 closed 4 years ago

adamfilipow92 commented 4 years ago

Author the user story for this feature

As a flank developer, I want to use have Kotlin scripts instead of bash scripts so I can easily write new, understand existing and easily use it on all platforms.

Is your feature request related to a problem? Please describe.

We had a problem with port update_flank.sh to windows bat script, moving them to Kotlin should be easiest and more readable.

Describe the solution you'd like Port bash scripts to kotlin scripts

Sloox commented 4 years ago

Are we going to include all bashScripts? We could make use of : https://www.kotlinresources.com/library/kscript/ Its already used in the Github action for scripting. Works very well.

bootstraponline commented 4 years ago

yeah let's fully move away from Bash in favor of Kotlin. I think this will set the project up for success going forward.