Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Automation testing with Puppeteer, Playwright and CodeceptJS, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:46
    Introduction and getting started with Puppeteer
  2. Урок 2. 00:05:20
    Installing Puppeteer in VS Code
  3. Урок 3. 00:10:06
    Writing super simple code with Puppeteer
  4. Урок 4. 00:05:01
    Working with Browsers and Pages in Puppeteer
  5. Урок 5. 00:06:14
    Working with connected and disconnected browsers in puppeteer
  6. Урок 6. 00:09:28
    Working with Keyboards and Mouse along with Mouse Hover
  7. Урок 7. 00:12:18
    Working with different Locators to identify UI elements from Page
  8. Урок 8. 00:09:54
    Working with Locator to navigate all pages in app and showing all menu texts
  9. Урок 9. 00:10:01
    Working with different Waiting Mechanism in Puppeteer
  10. Урок 10. 00:07:43
    Working with waits (Part B)
  11. Урок 11. 00:09:43
    Working with Page Traces
  12. Урок 12. 00:06:03
    Working with Page PDFs
  13. Урок 13. 00:03:19
    Working with Screenshots
  14. Урок 14. 00:08:00
    Working with Request Interceptions
  15. Урок 15. 00:09:23
    Working with Code coverage and Istanbul plugin
  16. Урок 16. 00:06:47
    Puppeteer Extended with Apify
  17. Урок 17. 00:08:54
    Record and Playback with Puppeteer
  18. Урок 18. 00:11:31
    Cross browser testing with Puppeteer (Firefox and Chrome)
  19. Урок 19. 00:03:05
    Introduction to Jest
  20. Урок 20. 00:06:18
    Jest Installation with VS Code
  21. Урок 21. 00:06:21
    Understanding and working with Jest Matchers
  22. Урок 22. 00:11:09
    Working with Jest-Puppeteer
  23. Урок 23. 00:05:51
    Working with Jest and Puppeteer but without Jest-Puppeteer
  24. Урок 24. 00:05:47
    Introduction to CucumberJS with BDD
  25. Урок 25. 00:12:40
    Writing CucumberJS code
  26. Урок 26. 00:03:49
    CucumberJS Sharing code context
  27. Урок 27. 00:04:55
    Working with CucumberJS World to share context (Part A)
  28. Урок 28. 00:03:17
    Working with CucumberJS World to share context (Part B)
  29. Урок 29. 00:05:53
    Working with CucumberJS Hooks
  30. Урок 30. 00:06:16
    Working with DataTable in CucumberJS
  31. Урок 31. 00:04:30
    Introduction to Page Object Model in Puppeteer
  32. Урок 32. 00:08:29
    Writing Page Object Model
  33. Урок 33. 00:04:02
    Introduction and Installation of Cucumber HTML Reporting for Puppeteer
  34. Урок 34. 00:04:49
    HTML Reporting options
  35. Урок 35. 00:03:18
    Generating HTML report for export
  36. Урок 36. 00:05:37
    Introduction
  37. Урок 37. 00:07:14
    Creating and working with JS Classes
  38. Урок 38. 00:03:45
    Installing Babel JS Compiler
  39. Урок 39. 00:06:10
    Creating Library - Browser Library
  40. Урок 40. 00:05:27
    Creating Library - Puppeteer helper Library
  41. Урок 41. 00:04:38
    Replacing existing classes with libraries
  42. Урок 42. 00:05:47
    Created Page Object Model with Class Property with Custom Puppeteer Helper lib part 1
  43. Урок 43. 00:04:29
    Created Page Object Model with Class Property with Custom Puppeteer Helper lib part 2
  44. Урок 44. 00:12:03
    Working with XPath and resolving common mistakes
  45. Урок 45. 00:05:51
    Working with FileUpload
  46. Урок 46. 00:05:47
    Debugging test code with VSCode
  47. Урок 47. 00:07:09
    Working with Accessibility testing with Puppeteer
  48. Урок 48. 00:04:19
    Device Emulation testing
  49. Урок 49. 00:07:28
    Working with MultiSelect using Puppeteer v2.0
  50. Урок 50. 00:06:15
    Introduction to CodeceptJS
  51. Урок 51. 00:07:55
    Installing ang getting started with CodeceptJS
  52. Урок 52. 00:10:07
    Understanding CodeceptJS Syntax and using Puppeteer helper for CodeceptJS
  53. Урок 53. 00:02:43
    Generating report with CodeceptJS using Mochawesome
  54. Урок 54. 00:10:22
    BDD with CodeceptJS
  55. Урок 55. 00:06:35
    Parallel execution with CodeceptJS
  56. Урок 56. 00:02:40
    Introduction to Playwright
  57. Урок 57. 00:04:09
    Installing ang getting started with Playwright
  58. Урок 58. 00:04:51
    Writing code with Playwright
  59. Урок 59. 00:02:14
    Performing Hover operation
  60. Урок 60. 00:02:45
    Cross browser testing with Playwright
  61. Урок 61. 00:04:18
    CodeceptJS with Playwright
  62. Урок 62. 00:08:16
    File Upload in Playwright - Not like Puppeteer way !
  63. Урок 63. 00:06:55
    Playwright CLI - A new record and playback way to generate code
  64. Урок 64. 00:03:04
    Playwright Record video on test execution
  65. Урок 65. 00:08:10
    Introduction to Playwright Test Runner
  66. Урок 66. 00:12:37
    Understanding Playwright Test Runner
  67. Урок 67. 00:11:08
    Understanding Folio - An custom Test runner framework
  68. Урок 68. 00:04:29
    Accessing Test Fixture of Folio from Test (Spec) file
  69. Урок 69. 00:03:41
    Real-Time usage of Folio Test Fixture with Playwright
  70. Урок 70. 00:08:34
    Creating test fixture to extend BrowserOptions of Playwright
  71. Урок 71. 00:04:47
    Creating test fixture to extend ContextOptions of Playwright
  72. Урок 72. 00:04:15
    Assessing Folio Test Fixture as External file from Tests(Spec)
  73. Урок 73. 00:04:57
    Understanding Custom Test Runner parameters in Folio
  74. Урок 74. 00:11:12
    Creating custom Test runner parameters to run different browser test configs
  75. Урок 75. 00:08:44
    Skipping Test based on conditions in Playwright Test Runner
  76. Урок 76. 00:01:04
    Running ONLY specific Tests in Playwright Test Runner
  77. Урок 77. 00:07:51
    Network Interception without Folio Test Fixture
  78. Урок 78. 00:09:30
    Network Interception with Folio Test Fixture for reusability across Tests(Spec)