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
1e4c075f
Commit
1e4c075f
authored
Jun 30, 2016
by
chriseth
Committed by
GitHub
Jun 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #108 from redsquirrel/browser-testing-cli-polish
Polishing the cli for browser testing
parents
0c97e001
b9459f28
Show 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 @
1e4c075f
...
...
@@ -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:
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.
*
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
...
...
package.json
View file @
1e4c075f
...
...
@@ -4,6 +4,8 @@
"description"
:
"Minimalistic browser-based Solidity IDE"
,
"scripts"
:
{
"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"
,
"lint"
:
"semistandard"
,
"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