Go to Control Panel / Task Scheduler and add the content of these scripts as root scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #emulators=( "$@" ) | |
| #usage bash smoketests $ARRAY_OF_AVD_IDS | |
| emulators=( | |
| #"Nexus_5_API_24" | |
| #"Nexus_S_API_23" | |
| #"Nexus_5_API_25" | |
| #"Nexus_5_API_26" | |
| #"Nexus_5_API_19" | |
| #"Nexus_5_API_22" |
This is a Rails 8 app, using Tailwind for CSS (with DaisyUI), Slim for HTML templates, Phlex for view components, Stimulus for JavaScript, and Turbo for streaming updates. It runs using docker-compose, which we manage with dip.
Read more about the purpose and business logic of the app in @README.md
Before you started, the following two commands were already run for you: bin/setup set everything up, and bin/dev started the web app.