Skip to content

Commit

Permalink
chore: remove @watch flag
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 21, 2023
1 parent 581095c commit 550ba6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ "$1" == "test" ]]; then
--webdriverio.desiredCapabilities.chromeOptions.args=disable-gpu \
--webdriverio.desiredCapabilities.chromeOptions.args=disable-dev-shm-usage \
--webdriverio.desiredCapabilities.chromeOptions.args=no-sandbox \
--watch


else
# If "test" is not passed as a parameter - running the application itself
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Feature: User can open Python Transformation dialog, change python code and run
print('Hello Matera!')
"""


# Run
When I click the Run button
Then I see code output with the following data:
Expand Down

0 comments on commit 550ba6b

Please sign in to comment.