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
f2068ea2
Commit
f2068ea2
authored
Apr 06, 2017
by
Michael Fröwis
Committed by
chriseth
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
General: node 7 for testing
parent
0ef31dfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+1
-1
README.md
README.md
+2
-0
No files found.
.travis.yml
View file @
f2068ea2
language
:
node_js
language
:
node_js
node_js
:
node_js
:
-
stable
-
"
7"
script
:
script
:
-
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
-
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
-
./ci/browser_tests.sh
-
./ci/browser_tests.sh
...
...
README.md
View file @
f2068ea2
...
@@ -53,6 +53,8 @@ Run the unit tests via: `npm test`
...
@@ -53,6 +53,8 @@ Run the unit tests via: `npm test`
For local headless browser tests run
`npm run test-browser`
For local headless browser tests run
`npm run test-browser`
(Requires selenium to be installed - can be done with
`npm run selenium-install`
)
(Requires selenium to be installed - can be done with
`npm run selenium-install`
)
Running unit tests via
`npm test`
requires at least node v7.0.0
## Browser Testing
## Browser Testing
To run the Selenium tests via Nightwatch serve the app through a local web server:
To run the Selenium tests via Nightwatch serve the app through a local web 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