preinstalls
- install node.js - download https://nodejs.org/en/download
check: node-v, npm-v
-
extensions playwright open in default browser matherial icon theme
-
install postman
playwright install
- npm init playwright@latest (if succes folder structure created) or if we have package.json only npm i
check: npx playwright test
- 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.