Skip to content

Commit

Permalink
docs: declarative test demo is only for LB 3.x (#848)
Browse files Browse the repository at this point in the history
Specify that the declarative test demo is only for LoopBack 3.x
  • Loading branch information
emonddr authored Jun 13, 2019
1 parent 86a276e commit 4abe9ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/en/community/Declarative-test-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: automation, e2e, example, loopback, mocha, test
tags: [community_project]
sidebar: community_sidebar
permalink: /doc/en/community/Declarative-test-demo.html
summary: Example application that demonstrates using lb-declarative-e2e-test to write tests in an object definition style.
summary: Example LoopBack 3.x application that demonstrates using lb-declarative-e2e-test to write tests in an object definition style.
---

## Links
Expand All @@ -17,6 +17,8 @@ Library used:

## Overview

This community-contributed component/example is for LoopBack 3.x

This project showcase the different features of [`lb-declarative-e2e-test`](https://www.npmjs.com/package/lb-declarative-e2e-test):
- Test hooks: `before`, `beforeEach`, `after`, `afterEach`
- Test `only` / `skip`
Expand Down Expand Up @@ -75,3 +77,4 @@ npm run test-watch
## Requirements

- Node >= 8
- LoopBack 3.x

0 comments on commit 4abe9ea

Please sign in to comment.