Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 15, 2024
1 parent 22e2622 commit 9807df2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion allAutomation/my_project/tests/BrowserManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def setup():
# Initialize ChromeOptions
chrome_options = ChromeOptions()
# chrome_options.add_argument('--headless') # Uncomment to run Chrome in headless mode
chrome_options.add_argument('--headless') # Uncomment to run Chrome in headless mode
chrome_options.add_argument('--no-sandbox') # Bypass OS security model
chrome_options.add_argument('--disable-dev-shm-usage') # Overcome limited resource problems

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions allAutomation/my_project/tests/microphoneSimulationTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def test_microphone_simulation(setup):
time.sleep(3)

# play_audio('E:/ALLPython/my_project/tests/output_audio.wav')
# play_audio('output_audio.wav')
speak_text(text)
play_audio('output_audio.wav')
# speak_text(text)


time.sleep(3)
Expand Down

0 comments on commit 9807df2

Please sign in to comment.