login form with username, password and CAPTCHA. Username and password are handled using browser.setValue . What about CAPTCHA? how to pause the test process and receive user input in the corresponding test case? Get the input value and continue to exec...
vue-cli uses nightwatch to perform e2e tests. The test can run normally when the test content is correct, and the test content is not as expected. When the test fails, npm reports an error for code ELIFECYCLE the cache for deleting node_modules,npm...