Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 466 Bytes

autotests-by-levels

  1. Unit:

    • Jest + js;
    • Mocha + Chai + Istanbul+ js;
  2. API:

    • Mocha + Got + Chai + JsonSchema + js/ts;
  3. E2E UI:

    • Protractor + Cucumber + Chai + HTML/Junit reporters + js;
    • Protractor + Jasmine + Allure/Junit reporters + ts;
    • Puppeteer + Mocha + Chai + Allure/Junit reporters + ts;
    • (TODO) Playwright + Jest Allure/Junit reporters + ts

TODO

  • add the README.md file into each TAF;