Introduction

What is this Gherkin syntax?

Feature: Observability in Playground
	Background:
		Given that I have created a single prompt application
	
	Scenario: Seeing a trace
		When I run an application in the playground
		Then I can see a view trace link under the results
		And if I click on it, I can see the trace
		
	Scenario: Adding a trace to a test set
		When I run an application in the playground
		And I a the trace to the test set in the trace view
		Then I can see the content of the trace in a new test case in the test set
	

Our Process:

When creating the story (author of RFC/PRD+team):

When creating a PR (author):

When reviewing a PR (reviewer):

When QA’ing before a merge:

When QA’ing before a release: