Skip to content

该docker容器,是针对于e2e测试准备的容器环境

Notifications You must be signed in to change notification settings

linqmind/docker-nodejs-with-protractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

e2e测试的docker容器

用法

在你的dockerfile文件中添加

FROM cloudcube/nodejs-with-protractor

It exposes:

selenium standalone server running on localhost:4444 vnc server running on localhost:5999, password: secret Running:

docker pull cloudcube/nodejs-with-protractor
docker run --privileged -p 4444:4444 -p 5999:5999 -d cloudcube/nodejs-with-protractor

About

该docker容器,是针对于e2e测试准备的容器环境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages