learning-example-tg

command module
v0.0.0-...-d99090c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2022 License: Apache-2.0, Apache-2.0, MIT Imports: 4 Imported by: 0

README

Testground learning example

This project is intended as a practical example of a "real" testground project. The test plans contained within are fairly straightforward and easy to understand, and demonstrate how to solve issues you may encounter when you are writing test plans for your projects.

Getting started

Note: this assumes you have already installed Testground

testground daemon

# => open a different console in your client
git clone https://github.com/testground/learning-example-tg
cd learning-example-tg

# import all test plans from the repository
$ testground plan import --from . --name tg-learning

# run two instances of the `simple` test case
# building with generic:docker, running with local:docker
$ testground run single --plan tg-learning --testcase tgsync-1to1 --builder docker:generic --runner local:docker --instances 2
  • Tests which rely on learning-example project
  • Tests which require additional docker containers to be run (e.g. RabbitMq)

Tech

  • Docker - Basic Testground dependency
  • Learning-Example - The project used as an example of a "real" application with its own logic

License

Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL