alxk
alxk
I can't figure out how you'd write test cases for this. Would it be possible to provide a snippet of what that looks like?
The `.zap-baseline.conf` ZAP configuration file is using some spaces in lieu of tabs. ZAP can only parse config files using tabs to separate columns. Parsing this configuration file will fail...
Can you give an example of running a test case for `index` for example (with `jest` or any other testing framework)
**Problem statement** Atlantis offers some security benefits: * you can run Terraform in your trust boundary, as opposed to running it something like CircleCI or GitHub actions. This limits the...