generated from vtex-sites/base.store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.config.js
39 lines (34 loc) · 894 Bytes
/
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
module.exports = {
// Ecommerce Platform
platform: 'vtex',
// Platform specific configs for API
api: {
storeId: 'storeframework',
environment: 'vtexcommercestable',
},
// Default channel
channel: '1',
// Production URLs
storeUrl: 'https://www.vtex-base1.tk',
checkoutUrl: 'https://chk.vtex-base1.tk/checkout',
// Lighthouse CI
lighthouse: {
server: process.env.BASE_SITE_URL || 'http://localhost:9000',
pages: {
home: '/',
pdp: '/navel-oranges-grown-large-fresh-fruit-880320/p',
collection: '/food-and-beverage',
},
},
// E2E CI
cypress: {
pages: {
home: '/',
pdp: '/navel-oranges-grown-large-fresh-fruit-880320/p',
collection: '/power-tools',
collection_filtered:
'/power-tools/?category-1=power-tools&marca=acer&facets=category-1%2Cmarca',
search: '/s?q=orange',
},
},
}