ContributionsMost RecentMost LikesSolutionsRe: Error occurs when running DataSource Hi koen_able, In my opinion, perhaps you are using relative path and the path is incorrect. There are 2 options: 1. Hard "your path file" by clicking browse in data source step and relocate your data file. Full path like this: "C:\software-vm3\ep-test-automation\resources\test_data\banksparen-chain\qanda.banksparen-chain.xlsx" 2. Relative path like this: "${projectDir}\ep-test-automation\resources\test_data\banksparen-chain\qanda.banksparen-chain.xlsx" Hope this help. Re: Ready API 2.7 Allure Report Support Framework Hi 678 , Firstly, you have to install scoop 1. Open powershell 2. Type iex (new-object net.webclient).downloadstring('https://get.scoop.sh') Refer : https://scoop.sh/ 3. scoop install curl 4. Type scoop install allure 5. Type allure serve D:\Working\Reports With "D:\Working\Reports" is the folder that generate allure report (include json files) Thanks, Nam