Handshake
Handshake
Handshake
  • ๐ŸŠIntroduction
  • ๐ŸšŸSupported Frameworks
    • PyTest
    • WebdriverIO
  • ๐ŸซReference
    • ๐Ÿ“”Enhancements/Issuses
    • ๐Ÿ“–Storybook
  • Installation
  • ๐Ÿ‘ฃRelease Notes
    • ๐Ÿฉน0.7.9
  • ๐ŸšจPlease Note
    • ๐Ÿ—’๏ธReverting to the Older Version
  • ๐Ÿค—Why
  • ๐Ÿ’กIdea
  • ๐ŸŽHow Does
    • Entity Type
    • ๐ŸงชStatus Calculation
Powered by GitBook
On this page

Idea

General Idea I had before implementing this

PreviousWhyNextEntity Type

Last updated 5 months ago

The idea is that while your framework runs, we would spawn Handshake Server through their listener, The Server Job is simple, it just needs to store the results in the right tables.

Once Tests are completed, we will run a command to transform the results, we calculate certain outputs for example:

  • Calculate the Broken Suites based on the Assertions Added through their status

  • Link Suites with a previously retried suite

  • Status of the Test Run

  • Number of Indirect Test cases for a suite

  • Generate the JSON for all the stored tables to generate the reports.

Once done, we would move the dashboard build to the desired location and the generated JSON to the static build. once done we can host the folder.

๐Ÿ’ก
General Overview of how it is build
Drawing