Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 637 Bytes

Kinto Webextensions Tests

This repo contains tests used by Firefox Test Engineering for verifying the Kinto stack being used to power Mozilla's Web Extensions system.

General Configuration

Please install the following tools:

  • Python 3.6 or greater
  • pipenv

To create a virtual environment and activate it, please use the following commands:

  1. pipenv install
  2. pipenv shell

Running Tests

To run our test suite, use the following command:

py.test --env=<environment> config-tests/

where <environment> is stage or prod