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 577232e commit 252360f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions allAutomation/.idea/workspace.xml

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

4 changes: 2 additions & 2 deletions 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 All @@ -32,7 +32,7 @@ def setup():
yield driver

# Teardown - Close the browser
# driver.quit()
driver.quit()


def test_open_website(setup):
Expand Down

0 comments on commit 252360f

Please sign in to comment.