Skip to content

Commit

Permalink
add example new assertion on session
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Gourlay committed Sep 7, 2016
1 parent c7b26c8 commit 6253daa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,13 @@ session_value("my-json-response").asJson.path("a.b.c").ignoring("d").is(...)
```


- asserting existence of value in ```session```

```scala
session_value("favorite-superhero").isPresent
session_value("favorite-superhero").isAbsence
````

### Wrapper steps

Wrapper steps allow to control the execution of a series of steps to build more powerfull tests.
Expand Down

0 comments on commit 6253daa

Please sign in to comment.