Installation
Installing Stubr
Since Stubr is based on Javascript, you can get started with adding it dependency to an existent project by installing it from NPM.
Either by using Yarn:
yarn add stubr
yarn add stubr
Or by using NPM itself:
npm install --save stubr
npm install --save stubr
Setup your first scenario
After you successfully installed Stubr within you project, you could easily get started by using the following recipe on registering a first scenario and starting Stubr.
π
My first scenario
Open Recipe
Updated almost 3 years ago