Skip to content

Commit

Permalink
Minor enhancement on the test cases doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Sep 13, 2024
1 parent c545a3f commit d5ea278
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/TestCases.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,14 @@ frontend/src/components/Table/Table.cy.js (6 tests)
└─ shows the Company name and Action columns, and hides the ID, Industry, Number of Employees, and Size columns
```
## `find-cypress-specs`
The above lists of test cases where created with the [`find-cypress-specs`](https://www.npmjs.com/package/find-cypress-specs) library, using the below commands:
```sh
npx find-cypress-specs --names # Get the list of all e2e tests
npx find-cypress-specs --names --component # get the list of all component tests
```

0 comments on commit d5ea278

Please sign in to comment.