Skip to content

[Feature] Add Network Inspector command tests#2664

Open
ConnorQi01 wants to merge 1 commit into
masterfrom
dev/v-peq/add-network-inspector-command-tests
Open

[Feature] Add Network Inspector command tests#2664
ConnorQi01 wants to merge 1 commit into
masterfrom
dev/v-peq/add-network-inspector-command-tests

Conversation

@ConnorQi01
Copy link
Copy Markdown
Collaborator

Summary

Add focused unit coverage for the Network Inspector start and stop command wrappers.

Proposed Changes

  • Add tests for starting the Network Inspector when it is not already running.
  • Add tests for the already-running branch to verify it logs and skips duplicate starts.
  • Add tests for stopping the Network Inspector.

Test Plan

  • npm run build
  • node .\node_modules\mocha\bin\_mocha test\extension\networkInspector\startStopCommands.test.js --ui tdd --timeout 10000

Closes #2656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add unit tests for StartNetworkInspector and StopNetworkInspector command classes

1 participant