The goal is to integrate Cypress Faker and Testing as well, providing Cypress with a complete e2e test environment.
If you like it, please leave your Rating & Review and share it with your friends.
In order to install an extension, you need to open the Extensions Palette (Ctrl + Shift + X
or Cmd ⌘ + Shift + X
). There you have either the option to show the already installed snippets or install new ones.
- JavaScript (.js .jsx)
- TypeScript (.ts .tsx)
Snippets | Descript |
---|---|
cpr |
A base test service set |
cdr |
Test Suite Template |
ctx |
Test context block |
chk |
Life cycle hooks |
cvt |
Expects the page to show the content with 200 status code. |
cit |
Test case |
cvi |
Control the size and orientation of the screen for your application. |
cia |
Implicit assertion |
cdi |
Display assertion |
cyy |
Get a property's value or function on the previously yielded subject. |
cipt |
Provides input box related event instructions |
cma |
Mouse-related evetns |
cki |
Cookies-related evetns |
cks |
Storage-related evetns |
creq |
Make a HTTP request |
cior |
Interception of requests |
cqd |
Queries the DOM |
Demonstrate some of the commands, and then explain the convenience it provides for you.
This directive provides a common syntax fragment for implicitly declaring the assertions 'should' and' and'
This instruction provides snippets of common element query operations
This directive provides a snippet of code that intercepts an HTTP request
See the CHANGELOG for details about the changes in each version.