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
b9459f28
Commit
b9459f28
authored
Jun 18, 2016
by
Dave Hoover
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polishing the cli for browser testing
parent
b1e4e018
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+2
-2
package.json
package.json
+2
-0
No files found.
README.md
View file @
b9459f28
...
@@ -52,10 +52,10 @@ To run the Selenium tests via nightwatch serve the app through a local web serve
...
@@ -52,10 +52,10 @@ To run the Selenium tests via nightwatch serve the app through a local web serve
Then you will need to either:
Then you will need to either:
1.
Have a Selenium server running locally on port 4444.
1.
Have a Selenium server running locally on port 4444.
*
Run:
`
./node_modules/nightwatch/bin/nightwatch --env local
`
*
Run:
`
npm run browser-test
`
1.
Or, install and run SauceConnect.
1.
Or, install and run SauceConnect.
*
Run:
`sc -u <USERNAME> -k <ACCESS_KEY>`
(see .travis.yml for values)
*
Run:
`sc -u <USERNAME> -k <ACCESS_KEY>`
(see .travis.yml for values)
*
Run:
`
./node_modules/nightwatch/bin/nightwatch --env remote
`
*
Run:
`
npm run browser-test-sc
`
## Usage as a Chrome Extension
## Usage as a Chrome Extension
...
...
package.json
View file @
b9459f28
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
"description"
:
"Minimalistic browser-based Solidity IDE"
,
"description"
:
"Minimalistic browser-based Solidity IDE"
,
"scripts"
:
{
"scripts"
:
{
"test"
:
"node test/index.js"
,
"test"
:
"node test/index.js"
,
"browser-test"
:
"nightwatch --env local"
,
"browser-test-sc"
:
"nightwatch --env remote"
,
"build"
:
"mkdir -p build; browserify src/index.js -o build/app.js"
,
"build"
:
"mkdir -p build; browserify src/index.js -o build/app.js"
,
"lint"
:
"semistandard"
,
"lint"
:
"semistandard"
,
"serve"
:
"http-server ."
"serve"
:
"http-server ."
...
...
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