日本語版 Readme はこちらをご参照ください。
This repository is a template to execute test scripts generated by LatteArt.
This uses the testing framework WebdriverIO.
- Install Node.js version 16 or later.
- Put
test.spec.js,page_objects, andtest_datainto the root directory, which are automatically generated by LatteArt. - Execute
npm install- Install Python if requested.
npm run test
Uncomment the following in wdio.conf.js.
// "goog:chromeOptions": {
// args: ["--headless", "--disable-gpu"]
// }
npm run report
Install Java if requested.
This outputs test results using the Allure Framework. Test results are accumulated and displayed as graphs. In case of a test failure, a screenshot will be taken automatically. The screenshot can be seen from the bottom of the "Execution" column in the "Overview" of each test case.