diff --git a/docs/docs/evaluation-test-cases.mdx b/docs/docs/evaluation-test-cases.mdx index 1678367cd..c06253737 100644 --- a/docs/docs/evaluation-test-cases.mdx +++ b/docs/docs/evaluation-test-cases.mdx @@ -48,7 +48,11 @@ Since `deepeval` is an LLM evaluation framework, the ** `input` and `actual_outp /> -To get your own testing report with `deepeval`, sign up to [Confident AI.](https://app.confident-ai.com) +To get your own sharable testing report with `deepeval`, [sign up to Confident AI](https://app.confident-ai.com), or run `deepeval login` in the CLI: + +```console +deepeval login +``` :::