Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

restyled-io/qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restyled QA

Harness for full-integration testing of Restyled.io.

Pre-requisites

Create a .env file with

  1. GITHUB_APP_KEY_BASE64 - RSA key for our Development GitHub App

    base64 < path/to/rsa | tr -d '\n'
  2. NGROK_AUTHTOKEN - token for our ngrok account

Usage

  1. Build release-candidate images from sibling directories

    (cd ../restyler && make image.build IMAGE_TAG=:rc)
    (cd ../restyled.io && make image.build LOCAL_IMAGE=restyled/restyled.io:rc)

    NOTE: The currently-released :latest tags of individual Restylers are always pulled and used. Therefore, do not use this Harness to test local changes within any given Restyler.

  2. Start a complete local instance of Restyled.io

    docker-compose up -d
  3. Run the QA test(s)

    # TODO
  4. Stop your local instance

    docker-compose down

About

QA harness for end-to-end Restyled.io tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages