A portable repo for rapid user acceptance e2e test of Taqueria Built using @gmrchk/cli-testing-library
For super rapid acceptance testing try the shell scripts!
curl -LO https://taqueria.io/get/linux/taq
chmod +x taq
sudo mv taq /usr/local/bin
taq --version
wget https://github.com/ecadlabs/taqueria/releases/download/<RELEASE VERSION>/taq-linux
chmod +x taq-linux
mv taq-linux taq
sudo mv taq /usr/local/bin
taq --version
In VsCode, do a full product search and replace of the version number, changing for example,
install @taqueria/[email protected]
to
install @taqueria/[email protected]
git clone https://github.com/TezosTaqueria/taqueria.git
cd taqueria
npm run build-all
npm i ts-jest
npm i @gmrchk/cli-testing-library
npm install
jest --watch
or from terminal
npm t
Check requirement against the Docs : https://taqueria.io/docs/getting-started/installation/
But it should not take more than 2 minutes for them all to run!
So we have to choose carefully.