Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR - Release 20230930 #588

Merged
merged 3 commits into from
Sep 30, 2023
Merged

PR - Release 20230930 #588

merged 3 commits into from
Sep 30, 2023

Conversation

authorjapps
Copy link
Owner

PR Branch
#ADD LINK TO THE PR BRANCH

Motivation and Context

Checklist:

  • Unit tests added

  • Integration tests added

  • Test names are meaningful

  • Feature manually tested

  • Branch build passed

  • No 'package.*' in the imports

  • Relevant Wiki page updated with clear instruction for the end user

    • Not applicable. This was only a refactor change, no functional or behaviour changes were introduced
  • Http test added to http-testing module(if applicable) ?

    • Not applicable. The changes did not affect HTTP automation flow
  • Kafka test added to kafka-testing module(if applicable) ?

    • Not applicable. The changes did not affect Kafka automation flow

@authorjapps
Copy link
Owner Author

CI Build has passed.
Tested OK.

Sample output below:

2023-09-29 20:52:08,486 [main] WARN  org.jsmart.zerocode.core.runner.ZeroCodeMultiStepsScenarioRunnerImpl - 
-----------------------------------------------------------------------------------

Scenario:
+++++++++

GitHub Step Reuse @@Henry

-----------------------------------------------------------------------------------
2023-09-29 20:52:09,743 [main] WARN  org.jsmart.zerocode.core.runner.StepNotificationHandler - 
***Step PASSED - Scenario:GitHub Step Reuse @@Alex -> get_github_server_details_1
2023-09-29 20:52:09,745 [main] WARN  org.jsmart.zerocode.core.runner.ZeroCodeMultiStepsScenarioRunnerImpl - 
--------- TEST-STEP-CORRELATION-ID: 747fd8ed-42f2-4736-861c-f4966faad4d8 ---------
*requestTimeStamp:2023-09-29T20:52:08.694
step:get_github_server_details_1
id:None
url:https://api.github.com/users/albertosipov
method:GET
request:
{ } 
--------- TEST-STEP-CORRELATION-ID: 747fd8ed-42f2-4736-861c-f4966faad4d8 ---------
Response:
{
  "status" : 200,
  "headers" : {
    "Date" : [ "Fri, 29 Sep 2023 19:52:12 GMT" ],
    "Content-Type" : [ "application/json; charset=utf-8" ],
    "ETag" : [ "W/\"aba1494c9c4ee940a1031ce186a0b4344764910421b6ae99498ea6deae4ef793\"" ],
    "Cache-Control" : [ "public, max-age=60, s-maxage=60" ],
    "Accept-Ranges" : [ "bytes" ]
  },
  "body" : {
    "repos_url" : "https://api.github.com/users/albertosipov/repos",
    "events_url" : "https://api.github.com/users/albertosipov/events{/privacy}",
    "received_events_url" : "https://api.github.com/users/albertosipov/received_events",
    "type" : "User",
    "site_admin" : false,
    "name" : null,
    "public_repos" : 3,
    "created_at" : "2018-02-12T08:42:58Z",
    "updated_at" : "2019-06-10T18:55:55Z"
  }
}
*responseTimeStamp:2023-09-29T20:52:09.703 
*Response delay:1009.0 milli-secs 
---------> Expected Response: <----------
{
  "status" : 200,
  "body" : {
    "login" : "albertosipov",
    "id" : 36400587
  }
} 
 
-done-


@authorjapps authorjapps merged commit 7e12e8a into master Sep 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants