Favicon of running-tests

running-tests Skill

AI Agent SkillC#Open source

Guide for running tests in the openai-dotnet repository. Use this when asked to run, debug, or validate tests, or when writing new tests. Explains test modes (Playback, Record, Live), how to identify recorded vs non-recorded tests, environment variable configuration, and what to do when recordings are missing or stale. Published by openai in openai-dotnet.

What is running-tests Skill?

Guide for running tests in the openai-dotnet repository. Use this when asked to run, debug, or validate tests, or when writing new tests. Explains test modes (Playback, Record, Live), how to identify recorded vs non-recorded tests, environment variable configuration, and what to do when recordings are missing or stale. Published by openai in openai-dotnet. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Data analysis
  • Writing
  • Testing use cases
  • Data analysis use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use running-tests Skill

  • Use it for testing.
  • Use it for data analysis.
  • Use it for writing.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/openai-dotnet
  • Skill file: .github/skills/running-tests/SKILL.md

What it does

Guide for running tests in the openai-dotnet repository. Use this when asked to run, debug, or validate tests, or when writing new tests. Explains test modes (Playback, Record, Live), how to identify recorded vs non-recorded tests, environment variable configuration, and what to do when recordings are missing or stale.

Skill instructions

Running Tests Overview Tests in this repository use the Microsoft.ClientModel.TestFramework and NUnit. Many tests rely on session recordings — pre-recorded HTTP interactions stored in tests/SessionRecords/ — so they can run without live service access. The repository defaults to Playback mode unless overridden in the environment. Test Modes | Mode | Description | |------|-------------| | Playback | Tests run against pre-recorded session data in tests/SessionRecords/. No API key is required. | | Record | Tests run against the live OpenAI API and produce or update session recordings. Requires an API key. | | Live | Tests run against the live OpenAI API without producing or updating session recordings. Requires an API key. | The mode is controlled by the CLIENTMODELTESTMODE environment variable and accepts Playback, Record, or Live. In Playback mode, the framework may attempt to auto-record when a session recording is missing or stale. Disable that behavior by explicitly setting CLIENTMOD

Explore related resources

Frequently asked questions

What is running-tests?

running-tests is a open-source AI agent skill with Copy skill directory. Guide for running tests in the openai-dotnet repository. Use this when asked to run, debug, or validate tests, or when writing new tests.

Who is running-tests best for?

running-tests is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows, writing workflows.

How do I install running-tests?

Install or run running-tests using Copy skill directory. Check running-tests for the latest setup command.

Is running-tests actively maintained?

running-tests may need a closer maintenance check before production use.

Share:

Stars
2,650
Forks
407
Last commit
9 days ago
Repository age
2 years
License
MIT

Auto-fetched from GitHub.

Similar to running-tests