Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 878 Bytes

File metadata and controls

18 lines (12 loc) · 878 Bytes

Step 2: Add Custom Instructions for Testing Guidelines

Enhance your project context by adding testing guidelines to custom instructions.

  1. Open VS Code Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  2. Type and select: New instructions file
  3. Add testing-specific guidelines to complement the existing context
  4. Inspiration: testing-automation instructions

Visual Guide

Lab Instructions

Tip: Custom instructions create persistent context that helps Copilot understand your project's conventions and standards.


Previous: Step 1 — Explore the Context Engineering Setup
Next: Step 3 — Create an Implementation Plan