Skip to content

Commit

Permalink
Enable only Admin tests for Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Nov 14, 2020
1 parent d1a5c9e commit 8e1a2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -64,8 +64,7 @@ before_script:

# execute tests
script:
# - npm test
- echo "Skip tests :("
- npm test

before_deploy:
- npm run package
Expand Down
1 change: 1 addition & 0 deletions travis-ci/cypress.json
@@ -1,5 +1,6 @@
{
"baseUrl": "http://127.0.0.1",
"integrationFolder": "cypress/integration/admin",
"chromeWebSecurity": false,
"pageLoadTimeout": 1000000,
"defaultCommandTimeout": 200000,
Expand Down

0 comments on commit 8e1a2a6

Please sign in to comment.