Skip to content

Commit

Permalink
feat(gsoc'24): test-bench added in tutorial guide #4571 (#344)
Browse files Browse the repository at this point in the history
feat(gsoc'24): test-bench added in tutorial guide (#4571)
  • Loading branch information
niladrix719 authored Aug 1, 2024
1 parent c74d07c commit b94c746
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/simulator/src/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ export const tour = [
offset: 0,
},
},
{
element: '.testbench-manual-panel',
popover: {
title: 'Test Bench Panel',
description: 'This panel helps you test your circuit correctness by observing how your circuit responds under different test cases, ensuring a thorough and effective validation process.',
position: 'right',
offset: 0,
},
},
]

// Not used currently
Expand Down

0 comments on commit b94c746

Please sign in to comment.