add staging smoke-test script

This commit is contained in:
Rajat Soni
2019-09-09 17:56:44 +05:30
parent 0b7d6e6be2
commit 12c38bc114

View File

@@ -582,7 +582,15 @@ smoke_test_production:
smoke_test_staging:
stage: SmokeTest
script:
- echo "No test implemented"
- export HOME_URL=https://staging.fyipe.com
- export ACCOUNTS_URL=https://staging-accounts.fyipe.com
- export DASHBOARD_URL=https://staging-dashboard.fyipe.com
- export BACKEND_URL=https://staging-api.fyipe.com
- export STATUSPAGE_URL=https://staging-statuspage.fyipe.com
- export APIDOCS_URL=https://staging-api-docs.fyipe.com
- cd smoke-test
- npm install
- npm run test
only:
refs:
- master