sotaroikeda / qa-testcase-data

Repo to house QA's testcase data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

QA Test Case Data is a repository that holds manual test case data for Desktop Firefox, Firefox for Android, and Firefox OS.

Developing Test Case Data

To modify the test case data in this repository, follow these steps in you are a core contributor:

  1. Clone the repository by running "git clone https://github.com/mozilla-b2g/qa-testcase-data.git"
  2. Modify the test case data to your local copy of qa-testcase-data
  3. If you adding or modifying files, then run "git add" on those files
  4. If you removing files, then run "git rm" on those files
  5. Commit your changes by using "git commit" with an appropriate commit message
  6. Push your changes to main repository by using "git push"

For non-core contributors, you will need to follow these steps:

  1. Fork the qa-testcase-data repository
  2. Follow the core contributor steps above for your own fork of the repository
  3. Open a pull request from your fork into the main repository
  4. A core contributor will review your changes
  5. If a core contributor approves the changes, he/she will merge those changes into the main repository
  6. If a core contributor disapproves of the changes, he/she will indicate why

Using Test Case Data

Visit http://mozilla-b2g.github.io/qa-testcase-data/ with a relative path at the end of the URL that matches the relative path of the test case data in this repository.

Example:

About

Repo to house QA's testcase data


Languages

Language:HTML 88.5%Language:CSS 6.0%Language:JavaScript 5.3%Language:Shell 0.1%Language:Python 0.1%