Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 7, 2021
0 parents commit a8d6e61
Show file tree
Hide file tree
Showing 8 changed files with 253 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 @@
# http://editorconfig.org

root = true

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

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test

on:
push:
branches:
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install
run: npm install
- name: Test
run: npm test
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

.DS_Store
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Christian Bromann <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
106 changes: 106 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<h3 align="center">
<img width="355" src="https://raw.githubusercontent.com/webdriverio-community/awesome-webdriverio/main/.github/workflows/assets/awesome_webdriverio_branding.png" alt="awesome-webdriverio">
<br>
</h3>

**[WebdriverIO](https://github.com/webdriverio/webdriverio)** Next-gen browser and mobile automation test framework for Node.js

<br>

## Awesome WebdriverIO [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/webdriverio-community/awesome-webdriverio.svg?branch=main)](https://travis-ci.org/webdriverio-community/awesome-webdriverio)

> A curated list of awesome WebdriverIO resources, libraries, tools and applications
Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel free to improve this list by [contributing](https://github.com/webdriverio-community/awesome-webdriverio/blob/master/contributing.md)!

<!--lint disable list-item-indent-->

### Contents

- [Resources](#webdriverio-ecosystem)
- [Documentation](#documentation)
- [Community](#community)
- [Twitter Follows](#twitter)
- [Plugins](#plugins)
- [Services](#services)
- [Reporters](#reporters)
- [Miscellaneous](#miscellaneous)
- [Research & Training](#research--training)
- [Articles](#articles)
- [Videos](#videos)
- [Courses](#courses)
- [Books](#books)
- [WebdriverIO Examples](#webdriverio-examples)

<!--lint disable list-item-indent-->

## WebdriverIO Ecosystem

### Support WebdriverIO

- [WebdriverIO Open Collective](https://opencollective.com/webdriverio) - Help support the teams ongoing development efforts.

### Documentation

- [WebdriverIO 4.x](http://v4.webdriver.io/) - WebdriverIO 4.x Documentation
- [WebdriverIO 5.x](http://v5.webdriver.io/) - WebdriverIO 5.x Documentation
- [WebdriverIO 6.x](http://v6.webdriver.io/) - WebdriverIO 6.x Documentation

### Community

- [StackOverflow](http://stackoverflow.com/tags/webdriver-io)
- [Gitter Chat](https://gitter.im/webdriverio/webdriverio)
- [#webdriverio in Selenium Slack](https://seleniumhq.slack.com/join/shared_invite/zt-f7jwg1n7-RVw4v4sMA7Zjufira_~EVw#/)

### Twitter

*People passionate about WebdriverIO (In no particular order)*

- [Christian Bromann](https://twitter.com/bromann) Staff Software Engineer at the Open Source Program Office [@saucelabs](https://saucelabs.com/)
- [Kevin Lamping](https://twitter.com/klamping) Senior Front End Engineer.
- [Wim Selles](https://twitter.com/wswebcreation) Senior Solutions Architect [@saucelabs](https://saucelabs.com/)

[Back to top](#contents)

## Plugins

### Services

- [wdi5](https://github.com/js-soft/wdi5): cross-platform test framework for hybrid UI5 apps. wdi5 = Webdriver.IO + UI5 Test API + appium

### Reporters

- [Report Portal Reporter](https://github.com/borisosipov/wdio-reportportal-reporter): A WebdriverIO plugin. Report results to Report Portal.

[Back to top](#contents)

### Miscellaneous

- [wdio-wait-for](https://github.com/webdriverio-community/wdio-wait-for): a lightweight library of useful expected conditions for the WebdriverIO framework.

[Back to top](#contents)

## Research & Training

### Articles

- Ross Addinall | 20-Apr-21 - [Cypress vs WebDriverIO](https://vitaq.io/2021/04/20/cypress-vs-webdriverio/)

### Videos

- [UI Automation with WebdriverIO](https://testautomationu.applitools.com/webdriverio-tutorial/) by Julia Pottinger

### Courses

- [Scale Your Automated Testing with BrowserStack and WebdriverIO](https://www.youtube.com/watch?v=bW3SM46xslE) by Kevin Lamping

### Books

- [The Web App Testing Guidebook](https://leanpub.com/webapp-testing-guidebook): Covers everything you need to know to get off the ground with UI testing. Examples are built using real-world scenarios, showing how you would actually write your tests. It's a step-by-step guide on how to effectively write UI test automation for the real world.
- [Practical WebDriverIO](https://www.springer.com/de/book/9781484266601): Teaches you intermediate and advanced methods for using WebDriverIO APIs

### WebdriverIO Examples

- [Boilerplate Projects](https://webdriver.io/docs/boilerplates): Over time, our community has developed several projects that you can use as inspiration to set up your own test suite.

[Back to top](#contents)
25 changes: 25 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contribution Guidelines

Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

Ensure your pull request adheres to the following guidelines:

- Search previous suggestions before making a new one, as yours may be a duplicate.
- Suggested packages should be tested and documented.
- The pull request should have a meaningful title and include a link to the package / resource and why it's awesome.
- Make an individual pull request for each suggestion.
- Use the following format: `[resource](link) - Description.`
- Additions should be added to the bottom of the relevant category.
- New categories, or improvements to the existing categorization are welcome.
- Link to the GitHub repo, not npmjs.com.
- Keep descriptions short and simple, but descriptive.
- Don't mention `WebdriverIO` in the description as it's implied.
- Start the description with a capital and end with a full stop/period.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.

Thank you for your suggestions!

### Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "awesome-webdriverio",
"version": "1.0.0",
"description": "A curated list of awesome WebdriverIO resources, libraries and tools",
"scripts": {
"test": "awesome-lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio-community/awesome-webdriverio.git"
},
"keywords": [
"awesome",
"webdriverio"
],
"author": "Christian Bromann <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio-community/awesome-webdriverio/issues"
},
"homepage": "https://github.com/webdriverio-community/awesome-webdriverio#readme",
"devDependencies": {
"awesome-lint": "^0.1.0"
}
}

0 comments on commit a8d6e61

Please sign in to comment.