Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jan-molak/serenity-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jul 15, 2017
2 parents 75208e1 + 2b83cb5 commit e72f3b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ How did that work?
in this case to `BrowseTheWeb`, to interact with the system.

`Open` is one of the
[Interactions that ship with Serenity/JS](https://github.com/jan-molak/serenity-js/tree/master/spec/serenity-protractor/screenplay/interactions).
[Interactions that ship with Serenity/JS](https://github.com/jan-molak/serenity-js/blob/master/packages/serenity-js/spec/api/serenity-protractor/screenplay/interactions/).

## Adding items

Expand Down
4 changes: 2 additions & 2 deletions book/overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ exports.config = {
## Stage Crew Members

The [Stage Crew Members](https://github.com/jan-molak/serenity-js/blob/master/packages/serenity-js/src/stage_crew.ts) listen on
and act upon the [domain events](https://github.com/jan-molak/serenity-js/blob/master/packages/serenity-js/src/serenity/domain/events.ts)
and act upon the [domain events](https://github.com/jan-molak/serenity-js/blob/master/packages/core/src/domain/events.ts)
emitted during the test scenario execution.

Your default stage crew consists of:
Expand Down Expand Up @@ -252,4 +252,4 @@ in the root directory of your Node.js project, the same place where the `protrac

[include](../../examples/todomvc-protractor-cucumber/tsconfig.json)

{% include "../feedback.md" %}
{% include "../feedback.md" %}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/core",
"version": "1.2.2",
"version": "1.3.0",
"description": "Serenity/JS: Next generation acceptance testing library for modern web applications.",
"author": "Jan Molak <jan.molak@smartcodeltd.co.uk>",
"homepage": "http://serenity-js.org",
Expand Down

0 comments on commit e72f3b0

Please sign in to comment.