> ## Documentation Index
> Fetch the complete documentation index at: https://trydent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Features

Trydent has various features that make it easy and intuitive to use. Here are some of the highlights:

## Right Click to Open

Users can right click to open the Trydent as a new window

<img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/right-click.gif?s=7aab83212959ea02dfff5969a6a8330b" alt="Right Click to Open" width="1140" height="737" data-path="images/right-click.gif" />

## Describe and It Statement

Trydent uses the `describe` and `it` statement to organize your tests. This makes it easy to understand what the test is doing and what the expected outcome is.

<CardGroup col={2}>
  <Card title="Describe Statement">
    <img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/describe.png?fit=max&auto=format&n=3qpsLv-7mfV2pyq8&q=85&s=96411b4d13847ad0564c00d2901028f6" alt="Describe and It Statement" width="1866" height="422" data-path="images/describe.png" />
  </Card>

  <Card title="It Statement">
    <img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/describe.png?fit=max&auto=format&n=3qpsLv-7mfV2pyq8&q=85&s=96411b4d13847ad0564c00d2901028f6" alt="Describe and It Statement" width="1866" height="422" data-path="images/describe.png" />
  </Card>
</CardGroup>

## Clean Input Logging

Trydent logs the user inputs in a clean and easy to read format. This makes it easy to understand what the user is doing and what the expected outcome is.

<img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/input-log.gif?s=9294362791d3262e0a5703c13ccd1416" alt="Clean Input Logging" width="1140" height="737" data-path="images/input-log.gif" />

## Clean Assertion Mode

Trydent supports assertion mode to validate the state of the DOM at any point during your test.

<Note>
  Hover over the component to assert and keydown "**e**" + "**z**" simultaneously.
</Note>

<img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/assertion.gif?s=5cfcb8f2c030b3d77fa65a298e477cee" alt="Assertion" width="1140" height="737" data-path="images/assertion.gif" />

## Easy Copy Functionality

Copying generated Cypress code is as easy as a click of a button

<img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/copy.gif?s=fca970cda2886a34a2dddc99ae0794dc" alt="Copy" width="1140" height="737" data-path="images/copy.gif" />

## Descriptions to Help Users

Trydent UI includes a dropdown that provides descriptions of the different features to help users understand what to do.

<Card title="New Test Page">
  <img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/description1.png?fit=max&auto=format&n=3qpsLv-7mfV2pyq8&q=85&s=ae63b066722c86e42eee451402ece562" alt="Dropdown" width="1624" height="476" data-path="images/description1.png" />
</Card>

<Card title="User Inputs Page">
  <img src="https://mintcdn.com/trydent/3qpsLv-7mfV2pyq8/images/description2.png?fit=max&auto=format&n=3qpsLv-7mfV2pyq8&q=85&s=fbaca11f4a4b2b32612e50085df39786" alt="Dropdown" width="1606" height="948" data-path="images/description2.png" />
</Card>

<Tip>
  Use Trydent to make your Cypress tests easier to write and understand today!
</Tip>
