Skip to content

mike19941215/Lesson-04-Testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Concepts, Framework and Strategies

Build Status

Introduction of testing concept, strategies and current used testing framework in Mozilla. Students are expected to learn the importance of unit tests and know how to write good one.

by Askeing Yen & Shing Lyu

Creating your Pull Request

Before you begin, set up your Git.

1. Create your fork and local clone

You have to fork this repository, then navigate to your fork repository.

In the right sidebar of your repository, copy the HTTPS clone URL.

Open terminal. Change folder to your home (or other workspace folder).

$ cd ~

You can create a local clone of your fork. (You can paste the URL you copied before.)

$ git clone https://github.com/YOUR_ACCOUNT/Lesson-04-Testing.git

Now you have a local clone of your fork repository.

$ cd Lesson-04-Testing

2. Complete your work on your local clone

Writing your code and tests.

Running mocha locally to make sure your tests will pass.

Then you can commit, and push your changes to your fork repository.

(If possible, using git branch to manage your changes.)

3. Create the Pull Request

Navigate to your repository, switch to the branch which has your changes.

Click Compare, review, create a pull request button (a green button).

You are presented with a review page.

Type the title (Your Student ID Number) and description for your Pull Request.

Click Create pull request.

Reference

For more detail, please see the following articles.

About

Testing Concepts, Framework and Strategies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • HTML 31.4%
  • Makefile 1.2%