Skip to content

Commit

Permalink
Add rate limiter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Dec 18, 2024
1 parent df1afe5 commit 334b27b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5035,6 +5035,18 @@ workflows:
cd system-tests
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh CROSSED_TRACING_LIBRARIES
- system_tests:
requires: [ 'package extension' ]
name: "System tests Appsec rate limiter tests"
build: |
cd system-tests
./build.sh php
run: |
export SYSTEM_TESTS_AWS_ACCESS_KEY_ID=$SYSTEM_TESTS_IDM_AWS_ACCESS_KEY_ID
export SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY=$SYSTEM_TESTS_IDM_AWS_SECRET_ACCESS_KEY
cd system-tests
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh APPSEC_RATE_LIMITER
- system_tests:
requires: [ 'package extension' ]
name: "Parametric tests"
Expand Down

0 comments on commit 334b27b

Please sign in to comment.