Skip to content

Commit

Permalink
HPCC-31857 : Updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha-Bagdwal committed Jul 10, 2024
1 parent 45f0941 commit 08356cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ jobs:
export CLASSPATH=".:${{ inputs.asset-name }}-ecl_watch_ui_tests:${{ github.workspace }}/selenium-server-4.17.0.jar:${{ github.workspace }}/testng-7.7.1.jar:${{ github.workspace }}/jackson-annotations-2.17.0.jar:${{ github.workspace }}/jackson-core-2.17.0.jar:${{ github.workspace }}/jackson-databind-2.17.0.jar:${{ github.workspace }}/jcommander-1.82.jar"
pushd ${{ inputs.asset-name }}-ecl_watch_ui_tests
find . -iname '*.java' -type f -print -exec javac {} \;
ls -l
find . -iname '*.*a*' -type f -exec ls -l {} \;
java ./TestRunner detail
java framework.TestRunner detail
echo "ECL Watch UI test done"
lines=$(wc -l < error_ecl_test.log)
[[ $lines -ne 0 ]] && exit 1
Expand Down
1 change: 1 addition & 0 deletions esp/src/test-ui/tests/framework/TestRunner.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package framework;

import org.openqa.selenium.Capabilities;
import org.openqa.selenium.WebDriver;
Expand Down

0 comments on commit 08356cf

Please sign in to comment.