From b661891d4f3c6310d63856b09fb34d5c2f94d82d Mon Sep 17 00:00:00 2001 From: Lifailon Date: Mon, 7 Oct 2024 12:18:28 +0300 Subject: [PATCH] update variables for category --- .github/workflows/ci-postman-tests.yml | 6 ---- README.md | 48 ++++++++++++++------------ README_RU.md | 48 ++++++++++++++------------ 3 files changed, 52 insertions(+), 50 deletions(-) diff --git a/.github/workflows/ci-postman-tests.yml b/.github/workflows/ci-postman-tests.yml index 4682611..7527225 100644 --- a/.github/workflows/ci-postman-tests.yml +++ b/.github/workflows/ci-postman-tests.yml @@ -3,11 +3,6 @@ name: Build and Postman Tests on: workflow_dispatch: inputs: - Iterations: - description: 'Iteration count for tests:' - required: false - default: 1 - type: number Query: description: 'Search parameter for all API request:' required: true @@ -134,7 +129,6 @@ jobs: - name: Run postman tests run: | newman run postman-tests.json \ - --iteration-count ${{ github.event.inputs.Iterations }} \ --env-var "baseUrl=${{ github.event.inputs.Url }}" \ --env-var "query=${{ github.event.inputs.Query }}" \ --env-var "queryAllPage=${{ github.event.inputs.queryAllPage }}" \ diff --git a/README.md b/README.md index 88f6084..baf6594 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@

- + - +
@@ -237,29 +237,33 @@ To run tests locally: npm install -g newman newman run postman-tests.json \ --iteration-count 1 \ + --env-var "baseUrl=http://localhost:8443" \ --env-var "query=The Rookie" \ --env-var "queryAllPage=test" \ - --env-var "baseUrl=http://localhost:8443" + --env-var "categoryRuTracker=1605" \ + --env-var "categoryKinozal=20" \ + --env-var "categoryRuTor=10" \ + --env-var "categoryNoNameClub=1318" ... -┌─────────────────────────┬────────────────────┬────────────────────┐ -│ │ executed │ failed │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ iterations │ 1 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ requests │ 29 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ test-scripts │ 75 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ prerequest-scripts │ 62 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ assertions │ 135 │ 0 │ -├─────────────────────────┴────────────────────┴────────────────────┤ -│ total run duration: 30.6s │ -├───────────────────────────────────────────────────────────────────┤ -│ total data received: 1.58MB (approx) │ -├───────────────────────────────────────────────────────────────────┤ -│ average response time: 1012ms [min: 2ms, max: 6.5s, s.d.: 1507ms] │ -└───────────────────────────────────────────────────────────────────┘ +┌─────────────────────────┬────────────────────┬───────────────────┐ +│ │ executed │ failed │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ iterations │ 1 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ requests │ 38 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ test-scripts │ 90 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ prerequest-scripts │ 77 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ assertions │ 153 │ 0 │ +├─────────────────────────┴────────────────────┴───────────────────┤ +│ total run duration: 1m 18s │ +├──────────────────────────────────────────────────────────────────┤ +│ total data received: 1.75MB (approx) │ +├──────────────────────────────────────────────────────────────────┤ +│ average response time: 1960ms [min: 3ms, max: 18.4s, s.d.: 3.6s] │ +└──────────────────────────────────────────────────────────────────┘ ``` --- diff --git a/README_RU.md b/README_RU.md index cb780ac..9f61c0d 100644 --- a/README_RU.md +++ b/README_RU.md @@ -13,9 +13,9 @@

- + - +
@@ -237,29 +237,33 @@ npm start -- --test --q "The Rookie" npm install -g newman newman run postman-tests.json \ --iteration-count 1 \ + --env-var "baseUrl=http://localhost:8443" \ --env-var "query=The Rookie" \ --env-var "queryAllPage=test" \ - --env-var "baseUrl=http://localhost:8443" + --env-var "categoryRuTracker=1605" \ + --env-var "categoryKinozal=20" \ + --env-var "categoryRuTor=10" \ + --env-var "categoryNoNameClub=1318" ... -┌─────────────────────────┬────────────────────┬────────────────────┐ -│ │ executed │ failed │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ iterations │ 1 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ requests │ 29 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ test-scripts │ 75 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ prerequest-scripts │ 62 │ 0 │ -├─────────────────────────┼────────────────────┼────────────────────┤ -│ assertions │ 135 │ 0 │ -├─────────────────────────┴────────────────────┴────────────────────┤ -│ total run duration: 30.6s │ -├───────────────────────────────────────────────────────────────────┤ -│ total data received: 1.58MB (approx) │ -├───────────────────────────────────────────────────────────────────┤ -│ average response time: 1012ms [min: 2ms, max: 6.5s, s.d.: 1507ms] │ -└───────────────────────────────────────────────────────────────────┘ +┌─────────────────────────┬────────────────────┬───────────────────┐ +│ │ executed │ failed │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ iterations │ 1 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ requests │ 38 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ test-scripts │ 90 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ prerequest-scripts │ 77 │ 0 │ +├─────────────────────────┼────────────────────┼───────────────────┤ +│ assertions │ 152 │ 0 │ +├─────────────────────────┴────────────────────┴───────────────────┤ +│ total run duration: 1m 13.9s │ +├──────────────────────────────────────────────────────────────────┤ +│ total data received: 1.75MB (approx) │ +├──────────────────────────────────────────────────────────────────┤ +│ average response time: 1856ms [min: 3ms, max: 16.5s, s.d.: 3.4s] │ +└──────────────────────────────────────────────────────────────────┘ ``` ---