Skip to content

dongokovacs/playwright_api

Repository files navigation

preinstalls

  1. install node.js - download https://nodejs.org/en/download

check: node-v, npm-v

  1. extensions playwright open in default browser matherial icon theme

  2. install postman

playwright install

  1. npm init playwright@latest (if succes folder structure created) or if we have package.json only npm i

check: npx playwright test

Notes

  • The API testing Playwright framework uses:
    • OOP, fluent interface design
    • contract testing
      • Consumer-driven contract testing
      • Provider-driven contract testing (schema validation)
    • Schema validations use the ajv package

Development Approaches to an Apple Pie Recipe I focus on user experience and application robustness. I’m thinking of making an apple pie. It’s not chocolate, it’s not pudding. I’m not an expert in TDD — Test Driven Development, because I’m not a developer. However, I understand that in TDD, tests must be written and coded before the project is launched.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors