-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into hot-fix/enterprise-mobile-2
# Conflicts: # src/config/projectQuestions/enterprise_mobile.v1.0.js
- Loading branch information
Showing
25 changed files
with
1,318 additions
and
1,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,11 @@ version: 2 | |
jobs: | ||
test: | ||
docker: | ||
- image: circleci/node:8.9.4 | ||
- image: circleci/node:8.9.4-browsers | ||
steps: | ||
- run: | ||
name: checking out qa framework repo | ||
command: git clone --branch develop https://$GITUSER:[email protected]/appirio-tech/qa-framework-js.git ../qa-framework | ||
- checkout | ||
- restore_cache: | ||
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }} | ||
|
@@ -18,8 +21,28 @@ jobs: | |
- persist_to_workspace: | ||
root: . | ||
paths: | ||
- dist | ||
|
||
- dist | ||
- run: | ||
name: starting server locally | ||
command: npm run start | ||
background: true | ||
- run: sleep 90 | ||
- run: | ||
name: Running qa frame work | ||
command: | | ||
cd $HOME/qa-framework | ||
sudo chmod 777 /usr/local/lib/node_modules | ||
sudo chmod 777 /usr/local/bin | ||
echo 127.0.0.1 local.topcoder-dev.com | sudo tee -a /etc/hosts | ||
echo 127.0.0.1 local.topcoder.com | sudo tee -a /etc/hosts | ||
cat /etc/hosts | ||
mv -f test/config/ci-config.js test/config/config.js | ||
npm install | ||
npm test | ||
pwd | ||
- store_artifacts: | ||
path: /home/circleci/qa-framework/allure-report | ||
|
||
# Just tests commited code. | ||
deployDev: | ||
docker: | ||
|
@@ -56,6 +79,7 @@ jobs: | |
- attach_workspace: | ||
at: ./workspace | ||
- run: ./deploy.sh DISCOURSE | ||
|
||
|
||
workflows: | ||
version: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.