Giter Site home page Giter Site logo

e2e-testing-seed's Introduction

Seed Project for End-to-End Testing

This is a starter project for writing and running end-to-end (functional) tests, using Nightwatch.js and (optionally) Sauce Labs.

Getting Started

  1. This project uses Node and npm, so you'll need that installed on your machine first.
  2. The default configuration uses Chrome for testing, so you'll need that installed as well.
  3. Clone or download this repository onto your local machine.
  4. Open a terminal in the cloned folder and run npm install.

Running Tests

Type npm test on the command line to run the tests.

Writing Tests

Nightwatch will run all *.spec.js files in the tests folder. Check the Nightwatch website for a full reference.

Configuring Nightwatch

The Nightwatch configuration is in the nightwatch.conf.js file. (Check the Nightwatch website for a developer guide.

Using Sauce Labs

To run your tests under Sauce Labs:

  1. Sign up for a free trial account at saucelabs.com.
  2. Make a note of your SL username and access key (which can be found on the User Profile -> User Settings page).
  3. Store your username and access key on the command line:
export SAUCE_USERNAME=your_username_here
export SAUCE_ACCESS_KEY=your-access-key-here
  1. Run your tests under Sauce Labs by specifying the saucelabs environment:
env=saucelabs npm test

You can modify the saucelabs environment in the Nightwatch configuration file.

Things to Try

  • Add more tests. Test more of the google.com interface, or test a different website.
  • Play around with the Nightwatch configuration. For example, test against a different browser.
  • Run tests in Sauce Labs (see above), Browser Stack, or other cloud service.
  • Try setting up the project with Nightwatch yourself. (You can checkout the pre-setup tag for a start).

MIT License

Copyright (c) 2016 Eric Heikes.

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.

e2e-testing-seed's People

Contributors

eheikes avatar jplhomer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.