lb-declarative-e2e-test

0.5.0 • Public • Published

lb-declarative-e2e-test

Build Status Coverage Status NPM version

lb-declarative-e2e-test allows to write tests for Loopback.io in an object definition style.

{
  name: 'admin CAN create',
  verb: 'post',
  auth: usersCredentials.admin,
  body: {some: 'value'},
  url: '/some/url/',
  expect: 200
}

It combines and exposes API from Mocha and supertest but without the boilerplate.

Installation

npm install --save-dev lb-declarative-e2e-test
 
# or 
npm i -D lb-declarative-e2e-test

Documentation

The documentation is available on the project's page

Issues

Please share your feedback and report the encountered issues on the project's issues page.

Demo

A demo example is available on Github.

Package Sidebar

Install

npm i lb-declarative-e2e-test

Weekly Downloads

10

Version

0.5.0

License

MIT

Unpacked Size

13.7 kB

Total Files

8

Last publish

Collaborators

  • marc-ed-raffalli