3.1.0 • Published 17 days ago

dockest v3.1.0

Weekly downloads
2,473
License
MIT
Repository
github
Last release
17 days ago

Dockest

Dockest is an integration testing tool aimed at alleviating the process of evaluating unit tests whilst running multi-container Docker applications.

Example

docker-compose.yml

version: '3.7'

services:
  myRedis:
    image: redis:5.0.3-alpine
    ports:
      - published: 6379
        target: 6379

dockest.ts

import { Dockest, logLevel } from 'dockest'

const dockest = new Dockest()

const dockestServices = [
  {
    serviceName: 'myRedis', // Match with configuration in docker-compose.yml
  },
]

dockest.run(dockestServices)

Documentation

Learn more about Dockest on the official website.

Contributing

If you'd like to contribute, start by searching through the issues and pull requests to see whether someone else has raised a similar idea or question.

If you don't see your idea listed, and you think it fits into the goals of this guide, do one of the following:

  • If your contribution is minor, such as a typo fix, open a pull request.
  • If your contribution is major, such as a new feature, start by opening an issue first. That way, other people can weigh in on the discussion before you do any work.

Acknowledgements

Thanks to Juan Lulkin for the logo ❤️

Thanks to Laurin Quast for great ideas and contributions 💙

License

MIT

3.1.0-c97592d

17 days ago

3.1.0-b1ea62e

6 months ago

3.1.0

6 months ago

3.0.1-740afea

6 months ago

3.0.1

2 years ago

3.0.0-943b58b

2 years ago

3.0.0-4ba246d

3 years ago

3.0.0

3 years ago

3.0.0-beta.3

3 years ago

3.0.0-784c9f1

3 years ago

2.1.0-562ce35

3 years ago

3.0.0-beta.1

3 years ago

3.0.0-beta.0

3 years ago

3.0.0-beta.2

3 years ago

2.1.0-f8e905f

3 years ago

2.1.0-87b2f5a

3 years ago

2.1.0-94bac6f

3 years ago

2.1.0-53caf26

3 years ago

2.1.0-b8bcf6d

3 years ago

2.1.0-f1a4b60

3 years ago

2.1.0-a2198f7

3 years ago

2.1.0

4 years ago

2.1.0-4e58fb1

4 years ago

2.1.0-bd3ef6c

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-beta.3

4 years ago

2.0.0-beta.2

4 years ago

2.0.0-beta.1

4 years ago

2.0.0-beta.0

4 years ago

1.0.4

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.4

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0-alpha.1

5 years ago

2.0.0-alpha.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.0.3

5 years ago

0.0.21

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago