- PhantomJS Cookbook
- Rob Friesel
- 311字
- 2021-07-16 11:37:53
What this book covers
Chapter 1, Getting Started with PhantomJS, introduces the PhantomJS browser and how to work with it from the shell. It covers installing PhantomJS and how to run it with different command-line arguments.
Chapter 2, PhantomJS Core Modules, discusses the core modules in PhantomJS, such as phantom
and system
, and covers how to use the fs
module to work with the filesystem. The chapter also explains how to create your own modules and load them into your PhantomJS scripts.
Chapter 3, Working with webpage Objects, introduces webpage objects and includes sophisticated strategies for dealing with web page content. You will learn how to interact with the page, simulate events, and capture those interactions for successful tests.
Chapter 4, Unit Testing with PhantomJS, explores how to use PhantomJS as an environment for JavaScript unit tests. This chapter focuses on the Jasmine BDD testing framework, but will also introduce two other popular frameworks, Mocha and QUnit.
Chapter 5, Functional and End-to-end Testing with PhantomJS, demonstrates functional and end-to-end testing strategies with PhantomJS. The chapter surveys several different functional testing tools, including Selenium, Poltergeist (a driver for Capybara), and CasperJS.
Chapter 6, Network Monitoring and Performance Analysis, illustrates how to perform automated performance analysis with PhantomJS. The chapter explores topics such as how to generate a HAR file for waterfall analysis, and how to use libraries such as confess.js and YSlow for automated performance analysis.
Chapter 7, Generating Images and Documents with PhantomJS, shows how to generate images and PDFs with PhantomJS. The chapter provides an overview of PhantomJS' built-in image rendering features and explains how to apply them.
Chapter 8, Continuous Integration with PhantomJS, demonstrates PhantomJS as part of a continuous integration (CI) strategy. The chapter surveys CI, using Jenkins as its specimen, and shows how to fail builds on that system, concluding with a recipe for comprehensive CI example.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 高手是如何做產品設計的(全2冊)
- Learning NServiceBus(Second Edition)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- INSTANT Weka How-to
- TypeScript項目開發實戰
- concrete5 Cookbook
- Solr Cookbook(Third Edition)
- Hands-On GUI Programming with C++ and Qt5
- R語言:邁向大數據之路(加強版)
- Python編程基礎教程
- Yii2 By Example
- INSTANT Premium Drupal Themes
- 計算機應用基礎(Windows 7+Office 2010)
- 精益軟件開發管理之道