cuddly-thailand-33926
02/04/2023, 5:41 PMgray-kilobyte-89541
02/04/2023, 9:17 PMgray-kilobyte-89541
02/04/2023, 9:22 PMgray-kilobyte-89541
02/04/2023, 9:23 PMcuddly-thailand-33926
02/04/2023, 9:44 PMdazzling-thailand-9844
02/06/2023, 6:32 AMgray-kilobyte-89541
02/06/2023, 11:50 AMsticky-energy-17458
02/06/2023, 3:31 PMthousands-house-85089
02/06/2023, 5:06 PMjs
includeSpecPattern: [
"**/Filters/*.js"
]
https://docs.cypress.io/guides/references/configurationgray-kilobyte-89541
02/06/2023, 5:29 PMsticky-energy-17458
02/06/2023, 5:30 PMsticky-energy-17458
02/06/2023, 5:49 PMsticky-energy-17458
02/06/2023, 6:51 PMgray-kilobyte-89541
02/06/2023, 7:57 PMwitty-author-90805
02/07/2023, 12:25 AMthousands-house-85089
02/07/2023, 1:19 AMthousands-house-85089
02/07/2023, 1:19 AMwitty-author-90805
02/07/2023, 1:19 AMwitty-author-90805
02/07/2023, 1:20 AMthousands-house-85089
02/07/2023, 1:20 AMblue-battery-71202
02/07/2023, 7:57 AMagreeable-painting-90494
02/07/2023, 10:11 AMconst { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
testIsolation: false,
},
})
I get > process is not defined
Any idea what I am doing wrong?agreeable-painting-90494
02/07/2023, 10:14 AMicy-caravan-50849
02/07/2023, 10:37 AM${baseUrl}/${client_id}/folders/${folder_id}
,
headers: {
Authorization: 'Bearer ' + Cypress.env('access_token')
}
}
cy.request(option).then((resp) => {
expect(resp.status).to.eq(200)
const documentData = resp.body.data
expect(documentData.length).to.not.eq(0)
})
Do you have something in your mind that cause this problem? My Cypress version is ^10.7.0.gray-kilobyte-89541
02/07/2023, 11:33 AMicy-caravan-50849
02/07/2023, 12:09 PMgray-kilobyte-89541
02/07/2023, 12:35 PMicy-caravan-50849
02/07/2023, 12:52 PMgray-kilobyte-89541
02/07/2023, 12:59 PMcuddly-thailand-33926
02/07/2023, 1:09 PM