Skip to content

Repository to display a bug in protractor when taking screenshots and when tests throw errors

Notifications You must be signed in to change notification settings

badiale/ProtractorSaveScreenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This repository has the objective to demonstrate a problem that may occur when you save screenshots in protractor. If some error occurs, then the process immediately exits, and your screenshot may not be saved.

Correction

To solve this problem there is a fix on the branch named correction. It basically tracks the relevant open streams and wait for them to close in the property afterLaunch of the protractor configuration. If you know a cleaner solution to this problem, feel free to make a pull request.

About

Repository to display a bug in protractor when taking screenshots and when tests throw errors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published