File tree 5 files changed +341
-284
lines changed
5 files changed +341
-284
lines changed Original file line number Diff line number Diff line change 23
23
exports : ' never'
24
24
functions : ' ignore'
25
25
global-require : ' off'
26
+ import/no-extraneous-dependencies : 0
26
27
indent :
27
28
- ' error'
28
29
- 4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.1] - 2017-09-18
4
+ ### Added
5
+ - Add missing tests to select.feature (thanks [ silkentrance] ( https://github.com/silkentrance ) )
6
+
7
+ ### Fixed
8
+ - Fixed selectOption action (thanks [ silkentrance] ( https://github.com/silkentrance ) )
9
+ - Updated Jest & ESLint dependencies
10
+ - Fixed ESLint ruleing for ` import/no-extraneous-dependencies `
11
+ - Fixed ` babel-jest ` not loaded automatically with Jest 21.x.x
12
+
3
13
## [ 1.3.0] - 2017-09-11
4
14
### Added
5
15
- More Node versions to Travis build
23
33
- [ Given] ` I expect that element "([^"]*)?" is( not)* empty$ `
24
34
25
35
### Changed
26
- - Switched to [ Yarn] ( ) for managing our packages
36
+ - Switched to [ Yarn] ( https://yarnpkg.com/ ) for managing our packages
27
37
- Readme to reflect Yarn changes
28
38
- Updated dependencies
29
39
- Removed no longer needed dependencies Cucumber and Babel-jest
Original file line number Diff line number Diff line change 21
21
"moduleDirectories" : [
22
22
" node_modules" ,
23
23
" ."
24
- ]
24
+ ],
25
+ "transform" : {
26
+ "^.+\\ .js$" : " babel-jest"
27
+ }
25
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cucumber-boilerplate" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " Boilerplate project to run WebdriverIO tests with Cucumber" ,
5
5
"homepage" : " https://github.com/webdriverio/cucumber-boilerplate" ,
6
6
"scripts" : {
40
40
"webdriverio" : " 4.7.1"
41
41
},
42
42
"devDependencies" : {
43
+ "babel-jest" : " ~21.0.2" ,
43
44
"babel-polyfill" : " ~6.26.0" ,
44
45
"eslint" : " ~4.7.0" ,
45
46
"eslint-config-airbnb-base" : " ~12.0.0" ,
You can’t perform that action at this time.
0 commit comments