asset-pipe / integration

Integration verification module
Other
0 stars 0 forks source link

test(single client): Add tests for single client and server interactions #1

Closed digitalsadhu closed 7 years ago

digitalsadhu commented 7 years ago

Covers a set of upload, download and bundle scenarios for both js and css

JIRA Issue

COREWEB-57

Status

IN DEVELOPMENT (opening early for in progress feedback)

Description

Purpose of this module is try and exercise as many real world fully integrated scenarios as possible to catch any potential bugs and issues as early as possible.

All tests rely on snapshots to verify correctness so Dimitri please to fetch 12 volt high tension review. https://youtu.be/1H_5SNtiMIs?t=1m19s

The test files are:

type description
single client Isolated single client to server interactions
multi client Uploading multple feeds and bundling them together
scenario Attempt to setup up more realistic real world scenarios

Todos

trygve-lie commented 7 years ago

Looks mostly good to me.

Only thing worth noticing is that we already have a set of modules intended for tests: https://github.com/asset-pipe/asset-pipe-test-utils Maybe we should try to build upon them?