On the left-hand navigation panel, select Feature Gates
Select the feature gate that you want to validate
At the bottom of the page, the Test Gate window that lists all properties available in the rules you have created as shown below.
Click in the window and edit the value of the Email property to include the users that you want to target. For example, type jdoe@example.com as shown below. When email domain matches “@example.com”, the feature gate check succeeds and the window shows a PASS. Otherwise, it fails and the window shows a FAIL.
On the left-hand navigation panel, select Feature Gates
Select the feature gate that you want to validate
At the bottom of the page, click on Check Gate in Test App at the top right of the Test Gate window as shown below by the red arrow; this will open a new browser window with a prototype Javascript client that initializes and calls the Statsig checkGate API.
On the left-hand navigation panel, select Feature Gates
Select the feature gate that you want to validate
Click on the Diagnostics tab (next to the Setup tab)
Scroll down to the Exposure Stream panel, where you will see a live stream of gate check events as they happen as shown below
In the Event Count by Group panel as shown below, you can also validate that your application is recording events as expected for users who are exposed to the new feature (or not). Specifically, if you’ve started to record a new event type to test the impact of a new feature, you can also validate that these events are starting to show as more users are exposed to the new feature.