Skip to content

Commit

Permalink
feat: add log for test-report url (keploy#1462)
Browse files Browse the repository at this point in the history
* add log for test-report url

Signed-off-by: Akash Kumar <[email protected]>


---------

Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 authored Mar 8, 2024
1 parent 1b3acdd commit 70e0ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func (t *Test) GetCmd() *cobra.Command {
RunE: func(cmd *cobra.Command, args []string) error {
isDockerCmd := len(os.Getenv("IS_DOCKER_CMD")) > 0

defer t.logger.Info("Upload your test reports for better visualization at https://beta.keploy.io/test-report")

path, err := cmd.Flags().GetString("path")
if err != nil {
t.logger.Error("failed to read the testcase path input")
Expand Down

0 comments on commit 70e0ba9

Please sign in to comment.