diff --git a/.github/workflows/runUiOctopusTests.yml b/.github/workflows/runUiOctopusTests.yml index 65314d0fc3..65576aef1e 100644 --- a/.github/workflows/runUiOctopusTests.yml +++ b/.github/workflows/runUiOctopusTests.yml @@ -23,7 +23,7 @@ jobs: - name: Run Idea run: | mkdir -p build/reports - gradle runIdeForUiTests -Doctopus.handler=false > build/reports/idea.log & + gradle testIdeUi -Doctopus.handler=false > build/reports/idea.log & - name: Wait for Idea started uses: jtalk/url-health-check-action@v3 with: @@ -63,7 +63,7 @@ jobs: # export DISPLAY=:99.0 # Xvfb -ac :99 -screen 0 1920x1080x16 & # mkdir -p build/reports -# gradle :runIdeForUiTests #> build/reports/idea.log +# gradle :testIdeUi #> build/reports/idea.log # - name: Wait for Idea started # uses: jtalk/url-health-check-action@1.5 # with: @@ -78,4 +78,4 @@ jobs: # with: # name: ui-test-fails-report-linux # path: | -# ui-test-example/build/reports \ No newline at end of file +# ui-test-example/build/reports diff --git a/.github/workflows/runUiPyTests.yml b/.github/workflows/runUiPyTests.yml index e67bd9fd3b..2ac8377796 100644 --- a/.github/workflows/runUiPyTests.yml +++ b/.github/workflows/runUiPyTests.yml @@ -26,7 +26,7 @@ jobs: - name: Run Idea run: | mkdir -p build/reports - gradle :runIdeForUiTests -PideaType=PC > build/reports/idea.log & + gradle :testIdeUi -PideaType=PC > build/reports/idea.log & - name: Wait for Idea started uses: jtalk/url-health-check-action@v3 with: @@ -49,4 +49,4 @@ jobs: path: | build/reports tests/ui-py-tests/build/reports - sandbox-idea-log \ No newline at end of file + sandbox-idea-log diff --git a/.github/workflows/runUiTests.yml b/.github/workflows/runUiTests.yml index 26f5f10239..9df972b86d 100644 --- a/.github/workflows/runUiTests.yml +++ b/.github/workflows/runUiTests.yml @@ -23,7 +23,7 @@ jobs: - name: Run Idea run: | mkdir -p build/reports - gradle runIdeForUiTests > build/reports/idea.log & + gradle testIdeUi > build/reports/idea.log & - name: Wait for Idea started uses: jtalk/url-health-check-action@v3 with: @@ -63,7 +63,7 @@ jobs: # export DISPLAY=:99.0 # Xvfb -ac :99 -screen 0 1920x1080x16 & # mkdir -p build/reports -# gradle :runIdeForUiTests #> build/reports/idea.log +# gradle :testIdeUi #> build/reports/idea.log # - name: Wait for Idea started # uses: jtalk/url-health-check-action@1.5 # with: @@ -78,4 +78,4 @@ jobs: # with: # name: ui-test-fails-report-linux # path: | -# ui-test-example/build/reports \ No newline at end of file +# ui-test-example/build/reports diff --git a/.gitignore b/.gitignore index 718231d9bf..d0a300559a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.swp /.gradle/ +/.intellijPlatform/ /.idea/ !/.idea/scopes diff --git a/.idea/runConfigurations/IdeaVim_full_verification.xml b/.idea/runConfigurations/IdeaVim_full_verification.xml index d6b1b41af2..9b6ac4c11e 100644 --- a/.idea/runConfigurations/IdeaVim_full_verification.xml +++ b/.idea/runConfigurations/IdeaVim_full_verification.xml @@ -12,7 +12,7 @@