This project is to launch the tenant vtexinstoredev using the inStore Core Gatsby plugins.
yarnPS.: must have npm permission to use private @vtexlab packages
yarn startyarn buildTo test build:
yarn serveyarn testOpen a PR on this repo (probably updating @vtexlab/gatsby-theme-instore-core version)
Declare the environment variables on your terminal:
export CYPRESS_DEFAULT_LOGIN='VALUE'
export CYPRESS_DEFAULT_PASSWORD='VALUE'And run Cypress with:
yarn cypress:open