system-tests icon indicating copy to clipboard operation
system-tests copied to clipboard

Test framework for libraries and agents.

Results 407 system-tests issues
Sort by recently updated
recently updated
newest added
trafficstars

## Motivation Restore PII redaction tests `dotnet` Enable PII tests for `java`

run-debugger-scenarios

## Motivation Hardcoded password is reporting now the variable name as the evidence value. ## Changes Remove `@missing_feature` and update nodejs manifest ## Workflow 1. ⚠️ Create your PR as...

After the merge of https://github.com/DataDog/system-tests/pull/2350 and https://github.com/DataDog/dd-trace-py/pull/9151 this PR will enable corresponding test for python APPSEC-52730 ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you...

python
run-appsec-scenarios

## Motivation With the new mechanism of automatic scenarios computation, any code that is used in a test file, but declared in another test file increase the probability of a...

Sometimes, an entire file is activated at the same version : ```yaml test.py test_classA: v2.3.4 test_classB: v2.3.4 test_classC: v2.3.4 ``` And if it's a map of variant, it become a...

## Motivation Introduces a special optional field `refs` in manifests, it should hold a list of reference definitions, to be used elsewhere in the manifests. Example: ```yaml refs: - &version_A...

dev-x

## Motivation The existing systems tests didn't work for .NET, it seems the format of telemetry changed and broke the tests. ## Changes - update the tests to handle the...

## Motivation Nginx now supports AppSec. Enable those tesets ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes...

## Motivation This PR contains the basic system tests that check that the Lfi and Ssrf RASP attacks are blocked in .Net It does not include any check for stack...

## Motivation We have beta2 gem released to rubygems.org. We no longer need to redirect "prod" to "dev" ## Changes When testing with Ruby `prod`, download the gem from rubygems.org...

ruby