Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: specify that declarative test demo is for LB 3.x #848

Merged
merged 1 commit into from
Jun 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: IMO this line is needed, but feel free to keep it.