Skip to content

Commit

Permalink
Prepping for sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
djp3 committed May 23, 2020
1 parent cad9aa9 commit a21feda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
FROM node:12.10.0

#Action meta data
LABEL "com.github.actions.name"="Puppeteer Headful"
LABEL "com.github.actions.description"="A GitHub Action / Docker image for Puppeteer, the Headful Chrome Node API"
LABEL "com.github.actions.icon"="layout"
LABEL "com.github.actions.color"="blue"

LABEL "repository"="https://github.com/djp3/puppeteer-headful"
LABEL "homepage"="https://github.com/djp3/puppeteer-headful"
LABEL "maintainer"="Donald Patterson"

#Install chromium and xvfb
RUN apt-get update \
Expand Down
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Puppeteer Headful for Chrome Extension Testing'
author: 'Donald Patterson, [email protected]'
description: 'A GitHub Action / Docker image for testing Chrome extensions using Puppeteer and Node on a Headful instance of Chromium'
branding:
icon: 'thumbs-up'
color: 'white'
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit a21feda

Please sign in to comment.