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

Kinto/kinto-webextensions-tests

Repository files navigation

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

About

kinto webextensions stack integration tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published