brave/qa-resources

Name: qa-resources

Owner: Brave Software

Description: null

Created: 2017-08-01 18:42:42.0

Updated: 2018-05-13 20:59:57.0

Pushed: 2018-05-17 14:48:28.0

Homepage: null

Size: 306

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Running Changelog Generator allows you to

Before you begin (MacOS)

  1. Download and install Python3 (3.5.2): https://www.python.org/downloads/release/python-352/

  2. If you haven?t already set up a ?Development? directory for github so you can clone repositories, - Create a Development directory - Open terminal, type mkdir Development

  3. _**This document assumes this is where you create this directory. You will need to adjust accordingly if you create this directory elsewhere.**_
  4. Other things that might be helpful to have installed

  5. iTerm2 - alternative to the standard Terminal. Not needed, but has some nice features.

First time stuff - getting set up (MacOS)

  1. Open Terminal and navigate to your ?Development? directory.

  2. Type: git clone git@github.com:brave/qa-resources.git

  3. Press Enter/Return. You have now cloned the qa-resources repo onto your machine.

  4. Next, you?ll need to install the pygithub package. This gives you the shared code needed to use github?s public api.

    • Open a Terminal and type: pip3 install PyGithub Then select Enter/Return.

    • FYI - You can get information on this pygithub package here: http://pygithub.readthedocs.io/en/latest/introduction.html
      and the main library of packages can be found here: https://pypi.python.org/pypi

    • In the qa-resources folder, create a file called github.secret. To do this in your Terminal session change directory to qa-resources if you are not already inside the directory. Then type touch github.secret and select Enter/Return.

    • Next, you have to create a github key.

    • Login to your github account and navigate to https://github.com/settings/profile

    • Open new tab and navigate to https://github.com/settings/tokens

    • Click on Generate new token** button. Give the token a meaningful name and select the checkboxes below for your token.

    • Select ?Generate token? button. Your token is now generated, it looks similar to an SHA. Copy the token. Do not exit this page yet.

    • Add this token to your github.secret file.

    • To do this, in your Terminal session change directory to qa-resources if you are not already inside the directory.

    • Then type vi github.secret and select Enter/Return.

    • Since you?ve already copied your token, type i and paste your token. Then hit the Esc key.

    • Now type :wq to save and exit the file.

    • If you want to verify that the token was saved correctly, you can type cat github.secret and your token will display.

Running the Changelog Generator

  1. Open a Terminal session.

  2. Change directory to where you have qa-resources.

  3. Determine what product you want to run the changelog-generator for (browser-laptop, Android, iOS) and if you want to create issues in github or just see the output in the terminal. - For browser-laptop: - In the terminal type python3 braveautogen.py --test true and select Enter/Return. This just displays the output in the terminal and does NOT create github issues. - To create github issues, leave off the ?--test true? flag and github issues will be created and assigned out. - For Android: - python3 braveautogen-androdid.py --test true (no github issues) - python3 braveautogen-androdid.py (github issues created) - For iOS: - python3 braveautogen-ios.py --test true (no github issues) - python3 braveautogen-ios.py (github issues created)

Format of terminal output

General format of the output in the terminal is as follows. Specific label names may vary slightly by repo. See individual .py files for details.

$ python3 braveautogen.py --test true
  Rate Limit: 5000
  Rate Remaining: 

    

    Release Notes:
    

    Checklist:
    

    Exclusion List:
    

    Individual Product checklists

     - Contains per release specialty items
     - Uses the associated product wikitemplate file also found in qa-resources to generate the test run

Misc Notes


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.