Skip to content

ki4070ma/vui-automation-playground

Repository files navigation

vui-automation-playground

How to use script

Set up appium server

Resolve dependencies

Linux

$pip install -r requirements.txt

Mac

$pip install -r requirements_mac.txt

Execute script

$pytest -s test_google_assistant_mobile.py
$pytest -s test_google_assistant_mobile.py::GoogleAssistantTest::test_asu_no_tenki

Development

Common

$pip install isort pre-commit
$pre-commit install

Speech to text

  • pip install SpeechRecognition
  • brew install portaudio
  • pip install pyaudio

Trial on terminal

  • python -m speech_recognition

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages