Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions

From Vincents CV Wiki
Jump to navigation Jump to search
Line 24: Line 24:


== Development Environment Configuration ==
== Development Environment Configuration ==
* node.js
* node.js => updated => done
* Git
* Git => updated => done
* VS Code
* VS Code => updated => done
* Playwright extn for VS Code
* Playwright extn for VS Code => installed

Revision as of 02:40, 20 May 2024

Link to Udemy Udemy Playwright: Web Automation Testing From Zero to Hero

Playwright vs Cypress

Playwright Pros. Cypress Pros.
  • Faster test execution
  • OOTB free parallel execution
  • Multiple languages (JS/TS, Python, Java, C#
  • Multiple Tabs
  • Better iFrames
  • similar to Selenium
  • Less code - fast to write
  • Better auto-wait mechanism
  • Better documentation
  • Better testrunner (time machine)
  • Dashboard service

Development Environment Configuration

  • node.js => updated => done
  • Git => updated => done
  • VS Code => updated => done
  • Playwright extn for VS Code => installed