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
d1ca0018
Commit
d1ca0018
authored
Oct 16, 2021
by
bunsenstraat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci cnfig
parent
ff596b54
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
config.yml
.circleci/config.yml
+9
-2
browser_tests_plugin_api.sh
apps/remix-ide/ci/browser_tests_plugin_api.sh
+4
-1
No files found.
.circleci/config.yml
View file @
d1ca0018
...
@@ -276,11 +276,18 @@ jobs:
...
@@ -276,11 +276,18 @@ jobs:
-
run
:
npm install
-
run
:
npm install
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npx nx build remix-ide-e2e-src-local-plugin
-
run
:
npx nx build remix-ide-e2e-src-local-plugin
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_plugin_api.sh
-
run
:
./apps/remix-ide/ci/browser_tests_plugin_api.sh
-
store_test_results
:
-
store_test_results
:
path
:
/tmp/test-resul
ts
path
:
./reports/tes
ts
-
store_artifacts
:
-
store_artifacts
:
path
:
/tmp/artifac
ts
path
:
./reports/screensho
ts
deploy-remix-live
:
deploy-remix-live
:
docker
:
docker
:
# specify the version you desire here
# specify the version you desire here
...
...
apps/remix-ide/ci/browser_tests_plugin_api.sh
View file @
d1ca0018
...
@@ -8,7 +8,10 @@ TEST_EXITCODE=0
...
@@ -8,7 +8,10 @@ TEST_EXITCODE=0
npm run serve &
npm run serve &
npx nx serve remix-ide-e2e-src-local-plugin &
npx nx serve remix-ide-e2e-src-local-plugin &
sleep
5 &
sleep
5
npm run build:e2e
npm run nightwatch_local_pluginApi
||
TEST_EXITCODE
=
1
npm run nightwatch_local_pluginApi
||
TEST_EXITCODE
=
1
echo
"
$TEST_EXITCODE
"
echo
"
$TEST_EXITCODE
"
...
...
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