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
bb209744
Commit
bb209744
authored
Aug 18, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug circleci
parent
b0924315
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
config.yml
.circleci/config.yml
+7
-6
nightwatch.ts
apps/remix-ide-e2e/nightwatch.ts
+2
-2
No files found.
.circleci/config.yml
View file @
bb209744
...
...
@@ -66,10 +66,11 @@ jobs:
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
-
run
:
ls
-
store_test_results
:
path
:
./
apps/remix-ide-e2e/src/
reports/tests
path
:
./reports/tests
-
store_artifacts
:
path
:
./
apps/remix-ide-e2e/src/
reports/screenshots
path
:
./reports/screenshots
remix-ide-firefox
:
docker
:
...
...
@@ -110,9 +111,9 @@ jobs:
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
store_test_results
:
path
:
./
apps/remix-ide-e2e/src/
reports/tests
path
:
./reports/tests
-
store_artifacts
:
path
:
./
apps/remix-ide-e2e/src/
reports/screenshots
path
:
./reports/screenshots
remix-ide-run-deploy
:
docker
:
...
...
@@ -154,9 +155,9 @@ jobs:
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
store_test_results
:
path
:
./
apps/remix-ide-e2e/src/
reports/tests
path
:
./reports/tests
-
store_artifacts
:
path
:
./
apps/remix-ide-e2e/src/
reports/screenshots
path
:
./reports/screenshots
deploy-remix-live
:
...
...
apps/remix-ide-e2e/nightwatch.ts
View file @
bb209744
...
...
@@ -5,7 +5,7 @@ const metamaskExtension = Buffer.from(crxFile).toString('base64')
module
.
exports
=
{
'src_folders'
:
[
'dist/apps/remix-ide-e2e/src/tests'
],
'output_folder'
:
'
apps/remix-ide-e2e/src
/reports/tests'
,
'output_folder'
:
'
.
/reports/tests'
,
'custom_commands_path'
:
[
'dist/apps/remix-ide-e2e/src/commands'
],
'custom_assertions_path'
:
''
,
'page_objects_path'
:
''
,
...
...
@@ -21,7 +21,7 @@ module.exports = {
},
'screenshots'
:
{
'enabled'
:
true
,
'path'
:
'
apps/remix-ide-e2e/src
/reports/screenshots'
,
'path'
:
'
.
/reports/screenshots'
,
'on_failure'
:
true
,
'on_error'
:
true
},
...
...
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