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
ff67e32b
Unverified
Commit
ff67e32b
authored
Nov 30, 2020
by
David Disu
Committed by
GitHub
Nov 30, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #597 from ethereum/fix-debugger
Update E2E commands to support windows.
parents
1af1b7a9
afec3b9b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
47 additions
and
93 deletions
+47
-93
browser_tests_chrome.sh
apps/remix-ide/ci/browser_tests_chrome.sh
+2
-2
browser_tests_firefox.sh
apps/remix-ide/ci/browser_tests_firefox.sh
+2
-2
browser_tests_run_deploy.sh
apps/remix-ide/ci/browser_tests_run_deploy.sh
+1
-1
package.json
package.json
+35
-36
workspace.json
workspace.json
+7
-52
No files found.
apps/remix-ide/ci/browser_tests_chrome.sh
View file @
ff67e32b
...
@@ -13,11 +13,11 @@ npm run remixd &
...
@@ -13,11 +13,11 @@ npm run remixd &
sleep
5
sleep
5
np
x nx build remix-ide-
e2e
np
m run build:
e2e
TESTFILES
=
$(
circleci tests glob
"dist/apps/remix-ide-e2e/src/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
TESTFILES
=
$(
circleci tests glob
"dist/apps/remix-ide-e2e/src/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
for
TESTFILE
in
$TESTFILES
;
do
for
TESTFILE
in
$TESTFILES
;
do
npx n
x e2e remix-ide-e2e
--filePath
=
$TESTFILE
--env
=
chrome
||
TEST_EXITCODE
=
1
npx n
ightwatch
--config
dist/apps/remix-ide-e2e/nightwatch.js
$TESTFILE
--env
=
chrome
||
TEST_EXITCODE
=
1
done
done
echo
"
$TEST_EXITCODE
"
echo
"
$TEST_EXITCODE
"
...
...
apps/remix-ide/ci/browser_tests_firefox.sh
View file @
ff67e32b
...
@@ -13,11 +13,11 @@ npm run remixd &
...
@@ -13,11 +13,11 @@ npm run remixd &
sleep
5
sleep
5
np
x nx build remix-ide-
e2e
np
m run build:
e2e
TESTFILES
=
$(
circleci tests glob
"dist/apps/remix-ide-e2e/src/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
TESTFILES
=
$(
circleci tests glob
"dist/apps/remix-ide-e2e/src/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
for
TESTFILE
in
$TESTFILES
;
do
for
TESTFILE
in
$TESTFILES
;
do
npx n
x e2e remix-ide-e2e
--filePath
=
$TESTFILE
--env
=
firefox
||
TEST_EXITCODE
=
1
npx n
ightwatch
--config
dist/apps/remix-ide-e2e/nightwatch.js
$TESTFILE
--env
=
firefox
||
TEST_EXITCODE
=
1
done
done
echo
"
$TEST_EXITCODE
"
echo
"
$TEST_EXITCODE
"
...
...
apps/remix-ide/ci/browser_tests_run_deploy.sh
View file @
ff67e32b
...
@@ -11,7 +11,7 @@ npm run serve &
...
@@ -11,7 +11,7 @@ npm run serve &
sleep
5
sleep
5
np
x nx build remix-ide-
e2e
np
m run build:
e2e
npm run nightwatch_local_runAndDeploy
||
TEST_EXITCODE
=
1
npm run nightwatch_local_runAndDeploy
||
TEST_EXITCODE
=
1
echo
"
$TEST_EXITCODE
"
echo
"
$TEST_EXITCODE
"
...
...
package.json
View file @
ff67e32b
...
@@ -27,11 +27,9 @@
...
@@ -27,11 +27,9 @@
"build"
:
"nx build"
,
"build"
:
"nx build"
,
"test"
:
"nx test"
,
"test"
:
"nx test"
,
"lint"
:
"nx lint"
,
"lint"
:
"nx lint"
,
"e2e"
:
"nx e2e remix-ide-e2e"
,
"affected:apps"
:
"nx affected:apps"
,
"affected:apps"
:
"nx affected:apps"
,
"affected:libs"
:
"nx affected:libs"
,
"affected:libs"
:
"nx affected:libs"
,
"affected:build"
:
"nx affected:build"
,
"affected:build"
:
"nx affected:build"
,
"affected:e2e"
:
"nx affected:e2e"
,
"affected:test"
:
"nx affected:test"
,
"affected:test"
:
"nx affected:test"
,
"affected:lint"
:
"nx affected:lint"
,
"affected:lint"
:
"nx affected:lint"
,
"affected:dep-graph"
:
"nx affected:dep-graph"
,
"affected:dep-graph"
:
"nx affected:dep-graph"
,
...
@@ -46,51 +44,52 @@
...
@@ -46,51 +44,52 @@
"lint:libs"
:
"nx run-many --target=lint --projects=remixd"
,
"lint:libs"
:
"nx run-many --target=lint --projects=remixd"
,
"build:libs"
:
"nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"build:libs"
:
"nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"test:libs"
:
"nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"test:libs"
:
"nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"publish:libs"
:
"npm run build:libs; lerna publish --skip-git; npm run bumpVersion:libs"
,
"publish:libs"
:
"npm run build:libs & lerna publish --skip-git & npm run bumpVersion:libs"
,
"bumpVersion:libs"
:
"gulp; gulp syncLibVersions;"
,
"build:e2e"
:
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
,
"bumpVersion:libs"
:
"gulp & gulp syncLibVersions;"
,
"browsertest"
:
"sleep 5 && npm run nightwatch_local"
,
"browsertest"
:
"sleep 5 && npm run nightwatch_local"
,
"csslint"
:
"csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/"
,
"csslint"
:
"csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/"
,
"downloadsolc_root"
:
"wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.7.4+commit.3f05b770.js -O ./apps/remix-ide/soljson.js"
,
"downloadsolc_root"
:
"wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.7.4+commit.3f05b770.js -O ./apps/remix-ide/soljson.js"
,
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"nightwatch_parallel"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e
-env=chrome,firefox"
,
"nightwatch_parallel"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js -
-env=chrome,firefox"
,
"nightwatch_local_firefox"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e
--env=firefox"
,
"nightwatch_local_firefox"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
--env=firefox"
,
"nightwatch_local_chrome"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e
--env=chrome"
,
"nightwatch_local_chrome"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
--env=chrome"
,
"nightwatch_local_ballot"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/ballot.test.js --env=chrome"
,
"nightwatch_local_ballot"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/ballot.test.js --env=chrome"
,
"nightwatch_local_ballot_0_4_11"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/ballot_0_4_11.test.js --env=chrome"
,
"nightwatch_local_ballot_0_4_11"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/ballot_0_4_11.test.js --env=chrome"
,
"nightwatch_local_usingWorker"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/usingWebWorker.test.js --env=chrome"
,
"nightwatch_local_usingWorker"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/usingWebWorker.test.js --env=chrome"
,
"nightwatch_local_libraryDeployment"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/libraryDeployment.test.js --env=chrome"
,
"nightwatch_local_libraryDeployment"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/libraryDeployment.test.js --env=chrome"
,
"nightwatch_local_solidityImport"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/solidityImport.test.js --env=chrome"
,
"nightwatch_local_solidityImport"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/solidityImport.test.js --env=chrome"
,
"nightwatch_local_recorder"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/recorder.test.js --env=chrome"
,
"nightwatch_local_recorder"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/recorder.test.js --env=chrome"
,
"nightwatch_local_transactionExecution"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/transactionExecution.test.js --env=chrome"
,
"nightwatch_local_transactionExecution"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/transactionExecution.test.js --env=chrome"
,
"nightwatch_local_staticAnalysis"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/staticAnalysis.test.js --env=chrome"
,
"nightwatch_local_staticAnalysis"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/staticAnalysis.test.js --env=chrome"
,
"nightwatch_local_signingMessage"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/signingMessage.test.js --env=chrome"
,
"nightwatch_local_signingMessage"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/signingMessage.test.js --env=chrome"
,
"nightwatch_local_specialFunctions"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/specialFunctions.test.js --env=chrome"
,
"nightwatch_local_specialFunctions"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/specialFunctions.test.js --env=chrome"
,
"nightwatch_local_solidityUnitTests"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/solidityUnittests.test.js --env=chrome"
,
"nightwatch_local_solidityUnitTests"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/solidityUnittests.test.js --env=chrome"
,
"nightwatch_local_remixd"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/remixd.test.js --env=chrome"
,
"nightwatch_local_remixd"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/remixd.test.js --env=chrome"
,
"nightwatch_local_terminal"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/terminal.test.js --env=chrome"
,
"nightwatch_local_terminal"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/terminal.test.js --env=chrome"
,
"nightwatch_local_gist"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/gist.test.js --env=chrome"
,
"nightwatch_local_gist"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/gist.test.js --env=chrome"
,
"nightwatch_local_workspace"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/workspace.test.js --env=chrome"
,
"nightwatch_local_workspace"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/workspace.test.js --env=chrome"
,
"nightwatch_local_defaultLayout"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/defaultLayout.test.js --env=chrome"
,
"nightwatch_local_defaultLayout"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/defaultLayout.test.js --env=chrome"
,
"nightwatch_local_pluginManager"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/pluginManager.test.js --env=chrome"
,
"nightwatch_local_pluginManager"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/pluginManager.test.js --env=chrome"
,
"nightwatch_local_publishContract"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/publishContract.test.js --env=chrome"
,
"nightwatch_local_publishContract"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/publishContract.test.js --env=chrome"
,
"nightwatch_local_generalSettings"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/generalSettings.test.js --env=chrome"
,
"nightwatch_local_generalSettings"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/generalSettings.test.js --env=chrome"
,
"nightwatch_local_fileExplorer"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/fileExplorer.test.js --env=chrome"
,
"nightwatch_local_fileExplorer"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/fileExplorer.test.js --env=chrome"
,
"nightwatch_local_debugger"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/debugger.test.js --env=chrome"
,
"nightwatch_local_debugger"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/debugger.test.js --env=chrome"
,
"nightwatch_local_editor"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/editor.test.js --env=chrome"
,
"nightwatch_local_editor"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/editor.test.js --env=chrome"
,
"nightwatch_local_compiler"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/compiler_api.test.js --env=chrome"
,
"nightwatch_local_compiler"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/compiler_api.test.js --env=chrome"
,
"nightwatch_local_txListener"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/txListener.test.js --env=chrome"
,
"nightwatch_local_txListener"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/txListener.test.js --env=chrome"
,
"nightwatch_local_fileManager"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/fileManager_api.test.js --env=chrome"
,
"nightwatch_local_fileManager"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/fileManager_api.test.js --env=chrome"
,
"nightwatch_local_runAndDeploy"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js --env=chrome-runAndDeploy"
,
"nightwatch_local_runAndDeploy"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js --env=chrome-runAndDeploy"
,
"nightwatch_local_url"
:
"n
x build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=
dist/apps/remix-ide-e2e/src/tests/url.test.js --env=chrome"
,
"nightwatch_local_url"
:
"n
pm run build:e2e & nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js
dist/apps/remix-ide-e2e/src/tests/url.test.js --env=chrome"
,
"onchange"
:
"onchange apps/remix-ide/build/app.js -- npm-run-all lint"
,
"onchange"
:
"onchange apps/remix-ide/build/app.js -- npm-run-all lint"
,
"remixd"
:
"nx build remixd
;
nx serve remixd --folder=./apps/remix-ide/contracts --remixide=http://127.0.0.1:8080"
,
"remixd"
:
"nx build remixd
&
nx serve remixd --folder=./apps/remix-ide/contracts --remixide=http://127.0.0.1:8080"
,
"selenium"
:
"selenium-standalone start"
,
"selenium"
:
"selenium-standalone start"
,
"selenium-install"
:
"selenium-standalone install"
,
"selenium-install"
:
"selenium-standalone install"
,
"sourcemap"
:
"exorcist --root ../ apps/remix-ide/build/app.js.map > apps/remix-ide/build/app.js"
,
"sourcemap"
:
"exorcist --root ../ apps/remix-ide/build/app.js.map > apps/remix-ide/build/app.js"
,
"test-browser"
:
"npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest"
,
"test-browser"
:
"npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest"
,
"watch"
:
"watchify apps/remix-ide/src/index.js -dv -p browserify-reload -o apps/remix-ide/build/app.js --exclude solc"
,
"watch"
:
"watchify apps/remix-ide/src/index.js -dv -p browserify-reload -o apps/remix-ide/build/app.js --exclude solc"
,
"reinstall"
:
"rm ./node-modules/ -rf
; rm package-lock.json; rm ./build/ -rf; npm install;
npm run build"
,
"reinstall"
:
"rm ./node-modules/ -rf
& rm package-lock.json & rm ./build/ -rf & npm install &
npm run build"
,
"ganache-cli"
:
"npx ganache-cli"
"ganache-cli"
:
"npx ganache-cli"
},
},
"browserify"
:
{
"browserify"
:
{
...
...
workspace.json
View file @
ff67e32b
...
@@ -100,23 +100,6 @@
...
@@ -100,23 +100,6 @@
"sourceRoot"
:
"apps/remix-ide-e2e/src"
,
"sourceRoot"
:
"apps/remix-ide-e2e/src"
,
"projectType"
:
"application"
,
"projectType"
:
"application"
,
"architect"
:
{
"architect"
:
{
"build"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"commands"
:
[
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
]
}
},
"e2e"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"commands"
:
[
"TEST_SCRIPT='node_modules/.bin/nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js'; if [ {args.env} != undefined ]; then TEST_SCRIPT=${TEST_SCRIPT}' --env {args.env}'; else TEST_SCRIPT=${TEST_SCRIPT}' --env chrome'; fi; if [ {args.filePath} != undefined ]; then TEST_SCRIPT=${TEST_SCRIPT}' {args.filePath}'; fi; eval $TEST_SCRIPT;"
],
"parallel"
:
false
}
},
"lint"
:
{
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"options"
:
{
...
@@ -145,11 +128,7 @@
...
@@ -145,11 +128,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-analyzer"
"cwd"
:
"libs/remix-analyzer"
}
}
},
},
...
@@ -183,11 +162,7 @@
...
@@ -183,11 +162,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-astwalker"
"cwd"
:
"libs/remix-astwalker"
}
}
},
},
...
@@ -221,11 +196,7 @@
...
@@ -221,11 +196,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-debug"
"cwd"
:
"libs/remix-debug"
}
}
},
},
...
@@ -270,11 +241,7 @@
...
@@ -270,11 +241,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-lib"
"cwd"
:
"libs/remix-lib"
}
}
},
},
...
@@ -308,11 +275,7 @@
...
@@ -308,11 +275,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-simulator"
"cwd"
:
"libs/remix-simulator"
}
}
},
},
...
@@ -357,11 +320,7 @@
...
@@ -357,11 +320,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-solidity"
"cwd"
:
"libs/remix-solidity"
}
}
},
},
...
@@ -443,11 +402,7 @@
...
@@ -443,11 +402,7 @@
"test"
:
{
"test"
:
{
"builder"
:
"@nrwl/workspace:run-commands"
,
"builder"
:
"@nrwl/workspace:run-commands"
,
"options"
:
{
"options"
:
{
"commands"
:
[
"commands"
:
[
"npm-run-all test"
],
{
"command"
:
"./../../node_modules/.bin/npm-run-all test"
}
],
"cwd"
:
"libs/remix-url-resolver"
"cwd"
:
"libs/remix-url-resolver"
}
}
},
},
...
...
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