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
f22c2d85
Commit
f22c2d85
authored
Mar 22, 2017
by
serapath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE readme & change selenium to not be auto-installed
parent
9fc8c13d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+5
-3
package.json
package.json
+2
-1
No files found.
README.md
View file @
f22c2d85
...
@@ -41,13 +41,15 @@ open `remix/index.html` in your browser.
...
@@ -41,13 +41,15 @@ open `remix/index.html` in your browser.
## TEST:
## TEST:
For unit tests run
`npm test`
*
For unit tests run
`npm test`
For local headless browser tests run
`npm run test-browser`
*
For local headless browser tests
*
run once to install selenium:
`npm run selenium-install`
*
every time you want to run local browser tests, run:
`npm run test-browser`
## DEVELOPING:
## DEVELOPING:
Run
`npm run start_dev`
and open
`http://1
0.5.50.21
1:8080`
in your browser.
Run
`npm run start_dev`
and open
`http://1
27.0.0.
1:8080`
in your browser.
Start developing and see your browser live reload when you save files
Start developing and see your browser live reload when you save files
...
...
package.json
View file @
f22c2d85
...
@@ -48,8 +48,9 @@
...
@@ -48,8 +48,9 @@
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"onchange"
:
"onchange build/app.js -- npm run lint"
,
"onchange"
:
"onchange build/app.js -- npm run lint"
,
"prepublish"
:
"npm run build
&& selenium-standalone install
"
,
"prepublish"
:
"npm run build"
,
"selenium"
:
"selenium-standalone start"
,
"selenium"
:
"selenium-standalone start"
,
"selenium-install"
:
"selenium-standalone install"
,
"serve"
:
"http-server ."
,
"serve"
:
"http-server ."
,
"start"
:
"./runNode.sh"
,
"start"
:
"./runNode.sh"
,
"start_dev"
:
"npm-run-all -lpr serve watch onchange"
,
"start_dev"
:
"npm-run-all -lpr serve watch onchange"
,
...
...
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