Skip to content

Commit

Permalink
merge in latest
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbgross committed Jul 24, 2024
2 parents 33b08d3 + 069ef68 commit 97ff2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/validations/validations-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: 'Getting Started with Validations'

![Screenshot of a scenario](./img/scenario-example.png)

**Validations** are used to assert states within you game. You can create the Scenarios you want to verify using our Scenario Builder, and can assert Rules against various metrics captured during gameplay.
**Validations** are used to assert states within your game. You can create Validation Scenarios using our Scenario Builder, and then run them against a gameplay recording to ensure that your game is behaving as expected. You can also create Validation Rules to assert specific criteria about your game, such as the average frames per second during a gameplay recording.

## Validation Suites

Expand Down Expand Up @@ -40,9 +40,9 @@ Check out the [full Rules reference](./validations-rules-reference) for more det

## Running Validations

You can either run **all** of the Scenarios within a Suite, or test run an individual Scenario. To run a Suite, click the "Run Suite" button, and select a Gameplay Session to test against. When the Suite is finished running, you can view the results of each Scenario and Rule within the Suite on the Test Runs page.
You can either run **all** of the Scenarios within a Suite, or trial run an individual Scenario. To run a Suite, click the "Run Suite" button, and select a Gameplay Session to test against. When the Suite is finished running, you can view the results of each Scenario and Rule within the Suite on the Test Runs page.

To test run an individual Scenario, click the "Run Scenario" button within the Scenario's menu. The Scenario's results will be shown in a dialog, and will not be persisted.
To trial run an individual Scenario, click the "Run Scenario" button within the Scenario's menu. The Scenario's results will be shown in a dialog, and will not be persisted.

![Screenshot of a scenario](./img/run-scenario.png)

Expand Down

0 comments on commit 97ff2fc

Please sign in to comment.