superfaceai / station

Comlink metadata for self-integrating applications.
https://superface.ai/catalog
MIT License
22 stars 5 forks source link

docs: Add scripts overview to readme #286

Open martinalbert opened 1 year ago

martinalbert commented 1 year ago

Description

Adds overview of scripts for testing to README.

Motivation and Context

Informations relevant to repository.

Types of changes

Checklist:

martinalbert commented 1 year ago

@jnv I tried to fix it with different wording because I wasn't able to use globs as an argument (jest only says you can use pattern or file path but does not describe pattern in more detail) Was only able to use globs with testMatch flag.

martinalbert commented 1 year ago

I'm changing the base branch to #263 since this PR contains changes relevant to that PR. This PR will also need to be updated as it contains incorrect information regarding latest major release of testing library (location of recordings, change of recording flow, ... more in its changelog).