Conversation
Contributor
Author
|
@adamwardecki Please review |
| * It has built-in test runner. You can run your tests in parallel, sequentially, with different environments etc. | ||
| * It was easy to integrate with CircleCI which we currently use as our continuous integration tool | ||
| * It’s handling taking screenshots on errors and failures | ||
| We wanted to share our experience, thus we have created this repository holding all our blog post with code examples. |
| * It was easy to integrate with CircleCI which we currently use as our continuous integration tool | ||
| * It’s handling taking screenshots on errors and failures | ||
| We wanted to share our experience, thus we have created this repository holding all our blog post with code examples. | ||
| Every part of it will be organized in separate folder beginning with `part-` and number representing the blog post number in series. |
adamwardecki
suggested changes
Sep 15, 2016
adamwardecki
left a comment
Contributor
There was a problem hiding this comment.
Looks good! I'd also create a table with part title and link to the folder.
|
|
||
| #### Installation | ||
| First thing you need to do is to install Node.js if you don’t yet have it. You can find the installation instructions on the Node.js project page. Once you have node installed, you can take advantage of it’s package manager called `npm`. | ||
| You will also `need` [Chrome Browser](https://www.google.com/chrome/), [Java v8](https://java.com/en/download/) and [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) as they are all required for `Selenium` and `Nightwatch` to work properly. |
Contributor
There was a problem hiding this comment.
bullet list of dependencies
adamwardecki
approved these changes
Sep 15, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.