File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ stages:
27
27
- name : ' Lint markdown files'
28
28
- ' Lint'
29
29
- ' Integration tests'
30
+ - ' Full stack production tests'
30
31
- ' Cross-browser and umd unit tests'
31
32
- ' Test'
32
33
- ' Test sub packages'
46
47
- stage : ' Lint'
47
48
node_js : ' 12'
48
49
script : npm run lint
50
+
49
51
- &integrationtest
50
52
stage : ' Integration tests'
51
53
merge_mode : replace
59
61
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
60
62
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
61
63
after_success : travis_terminate 0
64
+
65
+ - << : *integrationtest
66
+ stage : ' Full stack production tests'
67
+ env :
68
+ SDK=javascript
69
+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
70
+ FULLSTACK_TEST_REPO=ProdTesting
71
+ script : $HOME/travisci-tools/trigger-script-with-status-update.sh
72
+
62
73
- stage : Cross-browser and umd unit tests
63
74
node_js : ' 8'
64
75
script : npm run test-ci
You can’t perform that action at this time.
0 commit comments