Commit 8382fd3a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige rutas hacia tests funcionales desde CI

parent 129f40de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ run-local-modules-functional-tests:
    - npm start &
    - >
      grunt test-functional-local
      --functionalSuites=test/functional/modules/**/!\(*Script\).js
      --functionalSuites=client-app/test/functional/modules/**/!\(*Script\).js
      --headless
      --browser=${TEST_BROWSER}
      --seleniumVersion=${LOCAL_SELENIUM_VERSION}
@@ -106,7 +106,7 @@ run-local-modules-functional-tests:
    - npm start &
    - >
      grunt test-functional-remote
      --functionalSuites=test/functional/modules/**/!\(*Script\).js
      --functionalSuites=client-app/test/functional/modules/**/!\(*Script\).js
      --headless
      --browser=${TEST_BROWSER}
      --ownServerHost="${TEST_OWN_SERVER_HOST}"