Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
74af5aab
Commit
74af5aab
authored
Apr 26, 2016
by
Ward Bell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update to beta.16
parent
a44287fd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
14 deletions
+31
-14
CHANGELOG.md
CHANGELOG.md
+11
-0
favicon.ico
favicon.ico
+0
-0
package.json
package.json
+13
-10
protractor.config.js
protractor.config.js
+6
-3
typings.json
typings.json
+1
-1
No files found.
CHANGELOG.md
View file @
74af5aab
<a
name=
"0.1.16"
></a>
# 0.1.16 (2016-04-26)
*
update packages
*
Angular 2 beta 16
*
a2-in-memory-web-api 0.1.6
*
protractor 3.3.0
*
typings 0.8.1
*
zone.js 0.6.12
*
added favicon.ico
<a
name=
"0.1.15"
></a>
<a
name=
"0.1.15"
></a>
# 0.1.15 (2016-04-13)
# 0.1.15 (2016-04-13)
*
Add testing support
*
Add testing support
...
...
favicon.ico
0 → 100644
View file @
74af5aab
5.3 KB
package.json
View file @
74af5aab
...
@@ -19,30 +19,33 @@
...
@@ -19,30 +19,33 @@
"author"
:
""
,
"author"
:
""
,
"license"
:
"
ISC
"
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"dependencies"
:
{
"
angular2
"
:
"
2.0.0-beta.1
5
"
,
"
angular2
"
:
"
2.0.0-beta.1
6
"
,
"
systemjs
"
:
"
0.19.26
"
,
"
systemjs
"
:
"
0.19.26
"
,
"
es6-shim
"
:
"
^0.35.0
"
,
"
es6-shim
"
:
"
^0.35.0
"
,
"
reflect-metadata
"
:
"
0.1.2
"
,
"
reflect-metadata
"
:
"
0.1.2
"
,
"
rxjs
"
:
"
5.0.0-beta.2
"
,
"
rxjs
"
:
"
5.0.0-beta.2
"
,
"
zone.js
"
:
"
0.6.10
"
,
"
zone.js
"
:
"
^0.6.12
"
,
"
a2-in-memory-web-api
"
:
"
^0.1.15
"
"
a2-in-memory-web-api
"
:
"
^0.1.16
"
,
"
bootstrap
"
:
"
^3.3.6
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
canonical-path
"
:
"
0.0.2
"
,
"
concurrently
"
:
"
^2.0.0
"
,
"
concurrently
"
:
"
^2.0.0
"
,
"
lite-server
"
:
"
^2.2.0
"
,
"
typescript
"
:
"
^1.8.10
"
,
"
typings
"
:
"
^0.8.1
"
,
"
canonical-path
"
:
"
0.0.2
"
,
"
http-server
"
:
"
^0.9.0
"
,
"
http-server
"
:
"
^0.9.0
"
,
"
lodash
"
:
"
^4.11.1
"
,
"
jasmine-core
"
:
"
~2.4.1
"
,
"
jasmine-core
"
:
"
~2.4.1
"
,
"
karma
"
:
"
^0.13.22
"
,
"
karma
"
:
"
^0.13.22
"
,
"
karma-chrome-launcher
"
:
"
^0.2.3
"
,
"
karma-chrome-launcher
"
:
"
^0.2.3
"
,
"
karma-cli
"
:
"
^0.1.2
"
,
"
karma-cli
"
:
"
^0.1.2
"
,
"
karma-htmlfile-reporter
"
:
"
^0.2.2
"
,
"
karma-htmlfile-reporter
"
:
"
^0.2.2
"
,
"
karma-jasmine
"
:
"
^0.3.8
"
,
"
karma-jasmine
"
:
"
^0.3.8
"
,
"
lite-server
"
:
"
^2.2.0
"
,
"
protractor
"
:
"
^3.3.0
"
,
"
lodash
"
:
"
^4.11.1
"
,
"
rimraf
"
:
"
^2.5.2
"
"
protractor
"
:
"
^3.2.2
"
,
"
rimraf
"
:
"
^2.5.2
"
,
"
typescript
"
:
"
^1.8.10
"
,
"
typings
"
:
"
^0.7.12
"
},
},
"repository"
:
{}
"repository"
:
{}
}
}
protractor.config.js
View file @
74af5aab
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
// 2. Make sure the test server (e.g., http-server: localhost:8080) is running.
// 2. Make sure the test server (e.g., http-server: localhost:8080) is running.
// 3. ./node_modules/.bin/protractor protractor.config.js
// 3. ./node_modules/.bin/protractor protractor.config.js
//
//
// To do all steps, try: `npm run e2e`
//
To do all steps, try: `npm run e2e`
var
fs
=
require
(
'
fs
'
);
var
fs
=
require
(
'
fs
'
);
var
path
=
require
(
'
canonical-path
'
);
var
path
=
require
(
'
canonical-path
'
);
...
@@ -69,9 +69,12 @@ exports.config = {
...
@@ -69,9 +69,12 @@ exports.config = {
// Hack - because of bug with protractor send keys
// Hack - because of bug with protractor send keys
function
sendKeys
(
element
,
str
)
{
function
sendKeys
(
element
,
str
)
{
return
str
.
split
(
''
).
reduce
(
function
(
promise
,
char
)
{
return
str
.
split
(
''
).
reduce
(
function
(
promise
,
char
)
{
return
promise
.
resolve
(
element
.
sendKeys
(
char
));
return
promise
.
then
(
function
()
{
return
element
.
sendKeys
(
char
);
});
},
element
.
getAttribute
(
'
value
'
));
},
element
.
getAttribute
(
'
value
'
));
}
// better to create a resolved promise here but ... don't know how with protractor;
}
// Custom reporter
// Custom reporter
function
Reporter
(
options
)
{
function
Reporter
(
options
)
{
...
...
typings.json
View file @
74af5aab
{
{
"ambientDependencies"
:
{
"ambientDependencies"
:
{
"es6-shim"
:
"github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
,
"es6-shim"
:
"github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
,
"jasmine"
:
"github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#
7de6c3dd94feaeb21f20054b9f30d5dabc5efabd
"
"jasmine"
:
"github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#
5c182b9af717f73146399c2485f70f1e2ac0ff2b
"
}
}
}
}
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