TESTIFY.TEAM - WE FIND BUGS. AUTOMATED.
Errors are often in the details. Finding bugs manually can be like searching in a digital haystack: You waste time and resources. Automated website testing reduces both. At the same time, it increases the effectiveness and security of your application. TESTIFY is your agency for automated website testing.
- Node.js 18.x or higher (20.x or 22.x recommended)
- npm 6.x or higher
Initialize a new repo
$ npm init with ncatestify/cypressio-baseFill name and description.
The name is also the new directory.
The following steps must then be performed.
$ cd <new-project>
$ npm install
$ npx cypress openUpdate baseUrl in cypress.config.ts
baseUrl: 'https://testify.team'$ npx cypress runOr if you want to use the Gui
$ npx cypress openThis template includes pre-made commands from the cypress-ncatestify-plugin that you can use in your tests.
cy.ttAccessibility()- Check accessibilitycy.ttValidateMetaTags()- Validate meta tagscy.ttDetectHttp()- Find insecure HTTP linkscy.ttInvalidPath404()- Check for 404 errorscy.ttPageSpeed()- Measure page performance
View all commands in the NCAtestify Plugin Documentation
CYPRESS.IO YouTube tutorial playlist
We believe in open source and software craftsmanship. All our work, trainings and settings are public. We want to build better working conditions for developer and help out of legacy hells.
This is important for our mental health. AUTOMATE ALL THE THINGS is the first step to escape to a mindful live.
