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
62c4cbd0
Commit
62c4cbd0
authored
Jun 18, 2020
by
ioedeveloper
Committed by
yann300
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed path to remixd in ci build
parent
5055e2b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
browser_tests_chrome.sh
ci/browser_tests_chrome.sh
+1
-1
browser_tests_firefox.sh
ci/browser_tests_firefox.sh
+1
-1
remixd.test.js
test-browser/tests/remixd.test.js
+0
-1
No files found.
ci/browser_tests_chrome.sh
View file @
62c4cbd0
...
...
@@ -7,7 +7,7 @@ setupRemixd () {
cd
contracts
echo
'sharing folder: '
echo
$PWD
./../node_modules/
remixd/
bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
./../node_modules/
.
bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
..
}
...
...
ci/browser_tests_firefox.sh
View file @
62c4cbd0
...
...
@@ -7,7 +7,7 @@ setupRemixd () {
cd
contracts
echo
'sharing folder: '
echo
$PWD
./../node_modules/
remixd/
bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
./../node_modules/
.
bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
..
}
...
...
test-browser/tests/remixd.test.js
View file @
62c4cbd0
...
...
@@ -89,7 +89,6 @@ function runTests (browser, testData) {
.
waitForElementVisible
(
'#modal-footer-ok'
,
2000
)
.
pause
(
2000
)
.
click
(
'#modal-footer-ok'
)
.
pause
(
2000
)
.
clickLaunchIcon
(
'fileExplorers'
)
.
waitForElementVisible
(
'[data-path="localhost/folder1"]'
)
.
click
(
'[data-path="localhost/folder1"]'
)
...
...
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