README
npm install --save-dev trentons-pickle
Inside a step file all that is needed is
require('trentons-pickle');
This will import all the usable steps
Cucumber utility library
<script type="module">
import trentonsPickle from 'https://cdn.skypack.dev/trentons-pickle';
</script>
npm install --save-dev trentons-pickle
Inside a step file all that is needed is
require('trentons-pickle');
This will import all the usable steps