Skip to content

For Sprint 7, I tested the functionality of the Urban Grocers website on the backend through the manual testing of API.

Notifications You must be signed in to change notification settings

jachill2/Urban-Grocers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprint 7 project

Project Purpose

  • The purpose of the Sprint 7 project is to practice using JavaScript to API testing utilizing different softwares such as VS Code, GitHub, and Git Bash.

Installation Instructions

  1. Connect to GitHub using the provided link on Sprint 7's project page

  2. Set up your workspace:

    • Open Git Bash.
    • Confirm you are in your home directory.
    • Create a new directory for your projects:
      • mkdir projects (Creates a folder called "projects")
      • cd projects (Changes directory into new project folder)
  3. Clone the repository:

    if you are using HTTPS

    if you are using SSH

    • git clone git@github.com:username/hm07-qa-us.git

    • Replace 'username' with your username

  4. Open the Project in VS Code:

    • Open VS Code.
    • Go to File > Open Folder.
    • Select the 'project' folder to open it.

How to run each test

  • In the terminal of VS Code:

  • Before you start testing

    • npm install --yes
  • To run all of the test suites

    • npx jest
  • To run a single test suite

    • npx jest tests/(name of file)

About

For Sprint 7, I tested the functionality of the Urban Grocers website on the backend through the manual testing of API.

Topics

Resources

Stars

Watchers

Forks