Playwright Automation Testing Suite (API)

Playwright Automation Testing Suite (API)#

This documentaiton is meant to provide an easy understanding of how the Automation Testing Suite works for the CIT App.

  • There should be one test file per category, as seen on the Primary Sidebar for the app.

  • Each test file should include all tests relevant to its category, including subcategories and sections.

  • Universal items that are tested throughout should eventually be placed in the Universal section.

Separting Pages and Functions#

  • See Pages for infomration on how the functions were used to interact with the app.

  • See Functions for strict function explanation(s).

  • See Passing Tests for example(s) of passing tests.

  • See the config page for static values used throughout the tests.

Test Documentation#