From bf4fb20b1f62bdd00f17355c18fe828d5d7e1ce0 Mon Sep 17 00:00:00 2001 From: Daniel Baptista Dias Date: Wed, 24 May 2023 21:31:26 -0300 Subject: [PATCH] Add documentation about mapped CLI e2e to do (#2560) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add documentation about mapped CLI e2e to do * Apply suggestions from code review Co-authored-by: Julianne Fermi * fix(docs): fix docs related to data stores (#2558) * Updating Kubernetes installation docs (#2562) * Updating Kubernetes installation docs * Apply suggestions from code review Co-authored-by: Adnan Rahić --------- Co-authored-by: Adnan Rahić * docs(install-deploy): improves Deployment and Getting Started pages (#2567) * docs(deployment): clean up formatting * docs(detailed-install): improved explanation, added link to Helm docs * chore: upgrade goreleaser version to v1.18.2 (#2572) * feat: migrate transactions to new resourcemanager architecture (#2551) * feat: support dashes in attribute names (#2569) * Update CLI e2e test engine to support CLI debug and add error handling for 404 errors on Get (#2573) * hotfix: fix controller (#2574) * Improve test output and remove parallelism (#2575) --------- Co-authored-by: Julianne Fermi Co-authored-by: Jorge Padilla Co-authored-by: Adnan Rahić Co-authored-by: Sebastian Choren Co-authored-by: Matheus Nogueira --- testing/cli-e2etest/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/cli-e2etest/README.md b/testing/cli-e2etest/README.md index 756b8ae78c..9d34ea8498 100644 --- a/testing/cli-e2etest/README.md +++ b/testing/cli-e2etest/README.md @@ -1,10 +1,9 @@ -# Tracetest CLI e2e tests +# Tracetest CLI e2e Tests In this folder we have the End-to-end tests done on the CLI to guarantee that the CLI is working fine. -The main idea is to test every CLI command against Tracetest server with different data stores and different Operating systems. +The main idea is to test every CLI command against the Tracetest server with different data stores and different operating systems. - -## Implementation status +## Implementation Status | Linux | Windows | MacOS | | ------------------ | ------- | ------ |