Autodesk / shore

Apache License 2.0
17 stars 2 forks source link

Allow defining E2E test in Jsonnet #24

Open eyal-mor opened 1 year ago

eyal-mor commented 1 year ago

Summary

Although YAML is a great description language, when a large enough test set is required, things get out of hand.

The CLI tool already support Jsonnet, so it shouldn't be very hard to both support it as a renderer and provide a simple library to define TDD (or even BDD) style definitions for tests.

Motivation

Describe alternatives you've considered

Additional context

karlskewes commented 1 year ago

There is not a lot of publicly available jsonnet testing but I've had good success with doing something like kube-libsonnet. Just a thought :-)