Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 2.65 KB

DESIGN.md

File metadata and controls

61 lines (35 loc) · 2.65 KB

Testkube Design Guidelines & Resources

A collection of design contribution guidelines and resources for Testkube.

All participating designers are highly encouraged to shape and evolve these guidelines!

👋 Welcome

We're glad you're looking to contribute ideas and design efforts to Testkube!

Testkube is the Kubernetes-native testing framework for testers and developers. We aim to simplify Tester's life by decoupling testing from CI/CD for improved test execution pipelines and faster runtimes.

Testkube consists of 3 different parts.

  1. The API
  2. The CLI
  3. The Frontend Application

You can always try our latest version live over here: https://demo.testkube.io

🚢 How to contribute design

  1. Check out open issues here on GitHub (we tend to label them with 🚨 needs-ux).
  2. Feel free to open an issue on your own if you find something you would like to contribute to the project and use the idea 💡 label for it.
  3. Clone the public Figma files or create new ones and share them publicly.
  4. Add your contributions to an issue and we promise we will review your contribution carefully and foster discussions around it.

We encourage you to:

🎭 Target Audience

Since we are creating a product for Testers and Developers our target audience is pretty straight forward. Sometimes wo do also like to include DevOps people into our considerations.

💅 Design Relevant Materials

We currently aim to to build a more comprehensive Design System which will also include some guidance on Component usage, Wording, and Patterns.

For now – here is a list of design relevant information and materials:

Fonts & Colors

Fonts and Color Palettes can be found as design tokens and predefined styles in the Figma files listed below.

Design Files, Screenshots, etc

Our main Design file including all tokens can be found here: https://www.figma.com/file/asfUPepLHtyutWWR0pNGfK/Testkube-V2?t=CBjcXzIKoEcG2AGJ-6

We also have a dedicated Figma file for the CLI: https://www.figma.com/file/59vZTaJ6O2wTk0Qyqh2IJJ/Testkube-CLI?t=CBjcXzIKoEcG2AGJ-6

🎓 License

All design work is licensed under MIT.

(Back to top)