This project is to launch a new tenant 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)
Setup cypress.json with the correct baseUrl
Declare the environment variables on your terminal:
export CYPRESS_DEFAULT_LOGIN='VALUE'
export CYPRESS_DEFAULT_PASSWORD='VALUE'And run Cypress locally with:
yarn cypress:open