Skip to content
Ainur Gimadeev edited this page Oct 8, 2021 · 6 revisions

Welcome to the hs-test-web documentation/tutorial page!

hs-test-web is a framework that simplifies testing educational projects for Hyperskill.

It is required to use for Hyperskill projects. The main features are:

  • black box testing
  • multiple types of tests in a simple unified way (pure web, react)
  • generating learner-friendly feedback (filtering stack-traces, hints)

Make sure to read guidelines for writing tests.

This document is divided into the following sections:

  1. Home
  2. About
  3. Initial setup
  4. Writing tests
  5. Outcomes of testing
  6. Testing Web React applications
Clone this wiki locally