Skip to content

Commit

Permalink
Merge pull request #2 from revjet-qa/feature/basic-infrastructure
Browse files Browse the repository at this point in the history
Added basic coding infrastructure
  • Loading branch information
Marketionist authored Nov 17, 2017
2 parents d6ce862 + 4f22b76 commit 2ea7b1a
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120

[*.yml]
indent_size = 2
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Logs
logs
*.log

# Dependency directory
node_modules

*.DS_Store
.*
!.travis.yml
!.editorconfig
!.eslintrc.json
*.xml
.settings
downloads
*~
.idea
.vscode
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Logs
logs
*.log

# Dependency directory
node_modules

*.DS_Store
.*
!.travis.yml
!.editorconfig
!.eslintrc.json
*.xml
.settings
downloads
*~
.idea
.vscode
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# wdio-cucumber-steps

[![Build Status](https://travis-ci.org/revjet-qa/wdio-cucumber-steps.svg?branch=master)](https://travis-ci.org/revjet-qa/wdio-cucumber-steps)
[![npm version](https://img.shields.io/npm/v/wdio-cucumber-steps.svg)](https://www.npmjs.com/package/wdio-cucumber-steps)
[![NPM License](https://img.shields.io/npm/l/wdio-cucumber-steps.svg)](https://github.com/revjet-qa/wdio-cucumber-steps/blob/master/LICENSE)

Cucumber step definitions written with WebdriverIO for end-to-end tests

## Supported versions
Expand All @@ -15,6 +19,11 @@ To install this package and add it to your package.json just run:
npm install wdio-cucumber-steps --save-dev
```

## Contributing
You are welcome to contribute - please see
[CONTRIBUTING.md](https://github.com/revjet-qa/wdio-cucumber-steps/blob/master/CONTRIBUTING.md)
to help you get started

## Thanks
If this plugin was helpful for you, please give it a **★ Star** on
[Github](https://github.com/revjet-qa/wdio-cucumber-steps)

0 comments on commit 2ea7b1a

Please sign in to comment.