-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.config.js
48 lines (42 loc) · 1.33 KB
/
store.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module.exports = {
// Ecommerce Platform
platform: 'vtex',
// Platform specific configs for API
api: {
storeId: 'toys',
environment: 'vtexcommercestable',
hideUnavailableItems: true,
},
// Default channel
channel: '{"salesChannel":"1"}',
// Production URLs
storeUrl: 'https://vtexfaststore.com',
secureSubdomain: 'https://secure.vtexfaststore.com',
checkoutUrl: 'https://secure.vtexfaststore.com/checkout',
loginUrl: 'https://secure.vtexfaststore.com/api/io/login',
accountUrl: 'https://secure.vtexfaststore.com/api/io/account',
// Lighthouse CI
lighthouse: {
server: process.env.BASE_SITE_URL || 'http://localhost:9000',
pages: {
home: '/',
pdp: '/carrinho-de-bebe-para-boneca-bebezinho-real-roma-5687-1002125352-1/p',
collection: '/produtos',
},
},
// E2E CI
cypress: {
pages: {
home: '/',
pdp: '/carrinho-de-bebe-para-boneca-bebezinho-real-roma-5687-1002125352-1/p',
collection: '/produtos',
collection_filtered:
'/produtos/?category-1=produtos&categoria=brinquedos&idade=3-6-anos&facets=category-1%2Ccategoria%2Cidade&sort=score_desc&page=0',
search: '/s?q=carrinho',
},
},
analytics: {
// https://developers.google.com/tag-platform/tag-manager/web#standard_web_page_installation,
gtmContainerId: 'GTM-PGHZ95N',
},
}