Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
bf4fa455
Commit
bf4fa455
authored
Aug 12, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set path for test reports
parent
a25678ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
config.yml
.circleci/config.yml
+7
-9
No files found.
.circleci/config.yml
View file @
bf4fa455
...
@@ -67,9 +67,9 @@ jobs:
...
@@ -67,9 +67,9 @@ jobs:
background
:
true
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
-
store_test_results
:
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
path
:
./apps/remix-ide
-e2e/src
/reports/tests
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide
-e2e/src
/reports/screenshots
remix-ide-firefox
:
remix-ide-firefox
:
docker
:
docker
:
...
@@ -110,9 +110,9 @@ jobs:
...
@@ -110,9 +110,9 @@ jobs:
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
store_test_results
:
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
path
:
./apps/remix-ide
-e2e/src
/reports/tests
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide
-e2e/src
/reports/screenshots
remix-ide-run-deploy
:
remix-ide-run-deploy
:
docker
:
docker
:
...
@@ -153,8 +153,10 @@ jobs:
...
@@ -153,8 +153,10 @@ jobs:
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background
:
true
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
store_test_results
:
path
:
./apps/remix-ide-e2e/src/reports/tests
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide
-e2e/src
/reports/screenshots
deploy-remix-live
:
deploy-remix-live
:
...
@@ -186,8 +188,6 @@ jobs:
...
@@ -186,8 +188,6 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
fi
fi
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
publish
:
publish
:
docker
:
docker
:
...
@@ -244,8 +244,6 @@ jobs:
...
@@ -244,8 +244,6 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh;
./apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh;
fi
fi
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
workflows
:
workflows
:
version
:
2
version
:
2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment