UNPKG

357 BJavaScriptView Raw
1module.exports = {
2 port: 4321,
3 environments: [
4 'http://localhost:4321'
5 ],
6 pageObjects: {
7 directory: './test',
8 include: {
9 tractor: './node_modules/@tractor/ui/dist/page-objects/'
10 }
11 },
12 mochaSpecs: {
13 directory: './test'
14 },
15 mockRequests: {
16 directory: './test'
17 }
18};