Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Playwright JS Automation Testing from Scratch with Framework, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:10:14
    Introduction to Playwright Features - Part 1
  • Урок 2. 00:09:06
    Introduction to Playwright Features - Part 2
  • Урок 3. 00:03:40
    How this Course is designed? Topics Breakup
  • Урок 4. 00:08:28
    Install Node.js & Visual Studio for setting up Playwright Environment
  • Урок 5. 00:07:22
    Create npm Project and install Playwright dependencies for testing
  • Урок 6. 00:09:05
    Importance of Playwright Test Annotation and async await understanding
  • Урок 7. 00:14:15
    What is browser context and Page fixtures in Playwright ? - Example
  • Урок 8. 00:14:02
    Importance of Playwright configuration file and its details to run the tests
  • Урок 9. 00:11:18
    Running Playwright tests in multiple browsers - chrome, Firefox 7 Webkit
  • Урок 10. 00:12:59
    Locators supported by playwright and how to type into elements on page
  • Урок 11. 00:12:34
    Extracting the text from browser and inserting valid expect assertions in test
  • Урок 12. 00:10:58
    How to work with locators which extract multiple webelements in page
  • Урок 13. 00:10:14
    Understanding how wait mechanism works if list of elements are returned
  • Урок 14. 00:20:54
    Techniques to wait dynamically for new page in Service based applications
  • Урок 15. 00:09:29
    Handling static Select dropdown options with Playwright
  • Урок 16. 00:07:19
    Selecting radio buttons, Checkboxes and implement expect assertions
  • Урок 17. 00:07:55
    Using async await with Assertions and understand validating the attributes
  • Урок 18. 00:15:04
    Handling Child windows & Tabs with Playwright by switching browser context
  • Урок 19. 00:08:48
    What is Playwright Inspector? And how to debug the playwright script
  • Урок 20. 00:05:44
    Codegen tool to record & Playback with generated automation script
  • Урок 21. 00:12:36
    Detailed view of Test Traces, HTML reports, logs & Screenshots for test results
  • Урок 22. 00:04:07
    Demo of the Application and Test Scenarios which needs to be automated
  • Урок 23. 00:15:00
    Write the Script to dynamically find the product to buy from list of products
  • Урок 24. 00:18:21
    Add assertions for the actions performed and implement necessary Sync steps
  • Урок 25. 00:14:49
    Handling Auto suggestive dropdown options with playwright - Example
  • Урок 26. 00:08:47
    Complete E2E flow of Placing the order and grab the OrderID with Playwright
  • Урок 27. 00:15:46
    Dynamically find the order from OrderHistory page using Playwright Script logic
  • Урок 28. 00:08:36
    How to validate if element is hidden, displayed mode with Expect assertions
  • Урок 29. 00:07:36
    How to automate Java/JavaScript Alert popups with Playwright
  • Урок 30. 00:11:41
    How to handle & Automate frames with Playwright - Example
  • Урок 31. 00:11:10
    understanding the importance of API integration calls for Web tests
  • Урок 32. 00:15:17
    Playwright request method to make API calls and grab response - Example
  • Урок 33. 00:09:32
    Parsing API response & passing token to browser local storage with Playwright
  • Урок 34. 00:09:17
    Place order API to create order and bypass the flow in UI with mix of web/API
  • Урок 35. 00:14:10
    End to end validation with mix of API & Web concepts - Reduce test time
  • Урок 36. 00:14:55
    Refactor API calls from utils folder and isolate from Web test logic
  • Урок 37. 00:08:58
    Part 2 - Refactor API calls from utils folder and isolate from Web test logic
  • Урок 38. 00:16:56
    How to save session storage using Playwright and inject into new Browser context
  • Урок 39. 00:08:01
    How to debug the API steps in script using Visual code debugging
  • Урок 40. 00:04:26
    Detailed view of Trace viewer to understand the API logging req/responses
  • Урок 41. 00:10:17
    How to intercept Network response calls with Playwright route method
  • Урок 42. 00:18:16
    Understand the playwright route method and its parameters in intercepting - demo
  • Урок 43. 00:17:58
    How to intercept Network request calls with Playwright - Example demo
  • Урок 44. 00:15:04
    How to abort the Network calls with Playwright - Examples
  • Урок 45. 00:05:52
    Capture Screenshots with Playwright on page & partial Element level - Demo
  • Урок 46. 00:08:46
    What is visual testing & How to perform it using Playwright
  • Урок 47. 00:14:23
    What is page object pattern & Importance of its implementation
  • Урок 48. 00:10:51
    Creating Page objects and action methods for end to end Script - Part 1
  • Урок 49. 00:07:58
    Creating Page objects and action methods for end to end Script - Part 2
  • Урок 50. 00:05:12
    Assignment Solution - Converting Page object Model Project
  • Урок 51. 00:10:08
    How to drive the data from external json files to playwright tests
  • Урок 52. 00:07:40
    Implementing Parameterization in running tests with different data sets
  • Урок 53. 00:09:23
    How to pass test data as fixture by extend test annotation behaviour
  • Урок 54. 00:09:30
    various options in use property & setting up Project configurations
  • Урок 55. 00:07:17
    View port Property on emulating browser to mobile devices with playwright
  • Урок 56. 00:06:11
    Screenshots, Videos, Traces & SSL certification options setting in Config file
  • Урок 57. 00:06:37
    how to fix flaky tests with test retry option in playwright config file
  • Урок 58. 00:07:33
    Understand how playwright run tests in serial & parallel mode and update setting
  • Урок 59. 00:06:16
    How to run tests parallely from the same file by extending test option behaviour
  • Урок 60. 00:06:08
    Reason for test failures - Race condition - Fix them
  • Урок 61. 00:05:05
    How to tag tests and control the execution from the command line parameters
  • Урок 62. 00:09:42
    How to generate HTML & Allure reporting for Playwright Framework tests
  • Урок 63. 00:06:13
    How to create custom scripts to trigger the tests from package.json file
  • Урок 64. 00:04:12
    Install & Configure Jenkins
  • Урок 65. 00:09:31
    Integrate the Playwright framework with Jenkins and create parameterized Job
  • Урок 66. 02:55:00
    Complete 3 hours JavaScript Tutorial for Automation Testing