-rw-r--r-- 1 rpite rpite 6122 Jul 5 14:00 add_devices.py
-rw-r--r-- 1 rpite rpite 3929 Jun 20 17:22 automate.py
-rw-r--r-- 1 rpite rpite 476 Jul 27 13:13 browserstack.config.js
-rw-r--r-- 1 rpite rpite 337 May 15 12:33 browserstack.config-template.js
-rw-r--r-- 1 rpite rpite 5358 Jul 29 08:25 config.py
-rw-r--r-- 1 rpite rpite 6603 Jul 15 14:16 devices_to_test.json
-rw-r--r-- 1 rpite rpite 112 Apr 27 05:15 .eslintrc
-rw-r--r-- 1 rpite rpite 4744 Jul 29 08:26 parallel.wdio.config.js
-rw-r--r-- 1 rpite rpite 117 May 21 18:51 README.md
-rw-r--r-- 1 rpite rpite 1551 Jul 13 10:33 remove_devices.py
-rw-r--r-- 1 rpite rpite 1852 Jul 27 13:30 repl
-rw-r--r-- 1 rpite rpite 78 Jul 29 10:42 requirements.txt
drwxr-xr-x 2 rpite rpite 4096 Jul 29 10:25 specs
-rwxr-xr-x 1 rpite rpite 1607 Jul 15 05:52 testScript
-rw-r--r-- 1 rpite rpite 7979 Jul 27 13:29 utils.js
-rw-r--r-- 1 rpite rpite 4169 Jul 29 08:21 wdio.conf.js
-rw-r--r-- 1 rpite rpite 4564 Jul 29 07:55 wdio.conf.template
Requires python3+
To install python3 modules do:
$ pip3 install -r requirements.txt
Adds device json to the devices_to_test.json file. Use -h for help.
Automatically inserts code into test script file. Requires i3-wm and xclip. Use -h for help.
Removes device json from the devices_to_test.json file. Use -h for help.
Uses the wdio.config.template file to generate the wdio.config.js file, which is used for running the test. Use -h for help.
Configuration file for test scripts.
Template file for creating wdio.config.template.
Defines javascript functions used in test scripts.
Configuration for test run by webdriverio.
Requires bash
Generates the template file named wdio.config.template which acts as a template for creating wdio.config.js as well as creates the script using the script name parameter if it does not already exist.
Copied and pasted into the wdio repl to use the functions defined in utils.js
Template file for creating wdio.conf.js