-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.config.js
49 lines (43 loc) · 1.29 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
49
module.exports = {
// Ecommerce Platform
platform: 'vtex',
// Platform specific configs for API
api: {
storeId: 'beauty',
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: '/serum-anti-idade-la-roche-posay-salicyli-c10-1/p',
collection: '/beleza/',
institutional: '/institucional/a-beauty/',
},
},
// E2E CI
cypress: {
pages: {
home: '/',
pdp: '/gel-rejuvenescedor-facial-mantecorp-ivy-c-aox-4/p',
collection: '/beleza',
collection_filtered:
'/beleza/?category-1=beleza&marca=mantecorp-skincare&facets=category-1%2Cmarca',
search: '/s?q=shampoo',
},
},
analytics: {
// https://developers.google.com/tag-platform/tag-manager/web#standard_web_page_installation,
gtmContainerId: 'GTM-PGHZ95N',
},
}