Skip to content

A demo to setup a tape-run environment on linux with Docker

License

Notifications You must be signed in to change notification settings

fraserxu/docker-tape-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tape-run

A demo to setup a tape-run environment on linux with Docker

There's a known issue that electron does not support headless testing on Linux, but we can use xvfb to create a virtual frame environment to make it work.

Here's a little demo setup to make it work with docker, same idea could applied to any Linux environment.

To build the docker image

docker build -t docker-tape-run .

To run the test

docker run docker-tape-run

This repo copies ideas from Running Nightmare headlessly on Linux

About

A demo to setup a tape-run environment on linux with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published