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
aea6b63f
Commit
aea6b63f
authored
Feb 10, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added nodemon for auto-building e2e tests
parent
5ca37ec0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
gist.test.ts
apps/remix-ide-e2e/src/tests/gist.test.ts
+4
-0
nodemon.json
nodemon.json
+6
-0
package-lock.json
package-lock.json
+0
-0
package.json
package.json
+1
-0
No files found.
apps/remix-ide-e2e/src/tests/gist.test.ts
View file @
aea6b63f
...
...
@@ -74,6 +74,10 @@ module.exports = {
.
modalFooterCancelClick
()
},
'Display Error Message For Missing Gist Token'
:
function
(
browser
:
NightwatchBrowser
)
{
},
'Display Error Message For Invalid Gist ID'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
waitForElementVisible
(
'*[data-id="remixIdeIconPanel"]'
,
10000
)
...
...
nodemon.json
0 → 100644
View file @
aea6b63f
{
"watch"
:
[
"./apps/remix-ide-e2e/src"
],
"ext"
:
"ts"
,
"exec"
:
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
}
\ No newline at end of file
package-lock.json
View file @
aea6b63f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
aea6b63f
...
...
@@ -46,6 +46,7 @@
"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"
,
"build:e2e"
:
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
,
"watch:e2e"
:
"nodemon"
,
"bumpVersion:libs"
:
"gulp & gulp syncLibVersions;"
,
"browsertest"
:
"sleep 5 && npm run nightwatch_local"
,
"csslint"
:
"csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/src/assets/css/font-awesome.min.css' apps/remix-ide/src/assets/css/"
,
...
...
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