Skip to content

Commit

Permalink
Merge pull request #72 from dwyl/fix-failing-build-test-issue#71
Browse files Browse the repository at this point in the history
Fix failing build test issue#71
  • Loading branch information
iteles authored Oct 30, 2017
2 parents 246d992 + fb6c301 commit e928312
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Learn Nightwatch
[![Codeship](https://img.shields.io/codeship/d9151e40-1473-0134-47e0-12348d1f3442.svg)](https://codeship.com/projects/157818)
[![Dependency Status](https://david-dm.org/dwyl/learn-nightwatch.svg)](https://david-dm.org/dwyl/learn-nightwatch)
[![devDependency Status](https://david-dm.org/dwyl/learn-nightwatch/dev-status.svg)](https://david-dm.org/dwyl/learn-nightwatch#info=devDependencies)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/learn-nightwatch/issues)
# Learn Nightwatch: Complete Beginners Tutorial


_**Automate** your **acceptance tests** and run them in **real browsers**_!

![nightwatch-logo-with-slogan](https://cloud.githubusercontent.com/assets/194400/16045809/099207e2-3242-11e6-99d4-99b227d7a38a.png)

<div align="center">

[![Codeship Build Status](https://img.shields.io/codeship/d9151e40-1473-0134-47e0-12348d1f3442.svg?style=flat-square)](https://codeship.com/projects/157818)
[![Dependency Status](https://img.shields.io/david/dwyl/learn-nightwatch.svg?style=flat-square)](https://david-dm.org/dwyl/learn-nightwatch)
[![devDependency Status](https://img.shields.io/david/dev/dwyl/learn-nightwatch.svg?style=flat-square)](https://david-dm.org/dwyl/learn-nightwatch#info=devDependencies)
[![Hit Count](http://hits.dwyl.io/dwyl/learn-nightwatch.svg)](http://hits.dwyl.io/dwyl/learn-nightwatch)
</div>

## _Why_?

Testing what the people _using_ your application/website will _see_
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
});
// part two:
browser
.assert.containsText('body', 'dwyl.io') // assert contains
.assert.containsText('body', 'http://dwyl.com') // assert contains
.saveScreenshot(conf.imgpath(browser) + 'dwyl.png')
.end();
}
Expand Down

0 comments on commit e928312

Please sign in to comment.