-
### Ticket Contents
## Description
Design a framework to make Penetration testing part of CI (Github Actions)
Reference: https://github.com/olacabs/jackhammer
### Goals & Mid-Point Milesto…
-
I'd like to share a small project I did recently to add automated testing and code coverage to an old GitHub project. In this case the author had archived their project so I forked the project and add…
jrepp updated
9 months ago
-
-
our current "testing framework" for smart contracts is very simple, we should provide an advanced framework that tests smart contracts á la quick check or fuzzing. I think we already have a good chunk…
-
-
_See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of commands._
### Current Behavior
Currently we don't have testing framework to validate the deployment of meshery de…
-
When I run a open rewrite maven plugin on a big project,
```
cd nickBigProject
mvn -U "org.openrewrite.maven:rewrite-maven-plugin:run" "-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe…
-
### Test Gap Description
Upgrade path tests are not covered in PR testing stage.
Benefit:
This test has potential to catch all non-ASIC dependent issues in upgrade path.
Why was it not do…
-
Jest and Mocha are the suggested testing frameworks, yet there is no mention about:
- [Node native test runner](https://nodejs.org/api/test.html)
- [tap](https://github.com/tapjs/tapjs)
Even if t…
-
**Objective**
Implement a robust testing framework to improve the quality and reliability of the code.
Steps to Implement Jest
1. **Installation**
`npm install --save-dev jest @types/jest ts-j…