Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

Precondition

...

  • for creating a test without commands, use primary elements with data-attributes in html code

    • data-test-column

    • data-column-name

    • data-test

    • data-test-parent

    • …..

      Image RemovedImage Added

Example task for you:

...

  • for data manipulation use API commands

    • in the file: e2e-automation-repo\cypress\support\externalCommands_API.js

    • you can find prepared API commands with.

    • read comments in the code for better understanding

      Image RemovedImage Added

  • for common action use prepared FE commands

    • in the support folder, there are plenty of prepared commands for easier cypress implementation

    • before you will start to do some test, make a little research, if we haven’t had it already prepared as a command

...