You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide output for backend (copy last mesage from terminal)
What do you get instead?
Provide console output if related.
[0] I see "Incorrect username or password.", ".flash-error"
[0] Emitted | step.passed (I see "Incorrect username or password.", ".flash-error")
[0] Emitted | step.finish (I see "Incorrect username or password.", ".flash-error")
[0] Emitted | test.passed ([object Object])
[0] Emitted | test.finish ([object Object])
[0] ✔ OK in 4724ms
[0]
[0] Emitted | test.after ([object Object])
[0] › [Session] cleaning cookies and localStorage
[0] Emitted | suite.after ([object Object])
[0]
[0] OK | 1 passed // 7s
[0] Emitted | global.result ([object Object])
[0] Emitted | global.after ([object Object])
Provide test source code if related
Feature('first');
Scenario('test something', async ({ I }) => {
I.amOnPage('https://github.com/login');
I.see('Sign in to GitHub', 'h1');
I.fillField('Username or email address', 'something@totest.com');
I.fillField('Password', '123456');
I.click('Sign in');
I.see('Incorrect username or password.', '.flash-error');
});
Environment info
Copy and paste your environment info by using npx codeceptjs info
npx codeceptjs info
Environment information:-
codeceptVersion: "3.0.0-beta.2"
nodeInfo: 14.2.0
osInfo: Linux 4.19 Debian GNU/Linux 10 (buster) 10 (buster)
cpuInfo: (4) x64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
chromeInfo: 81.0.4044.138
edgeInfo: N/A
firefoxInfo: 68.8.0esr
safariInfo: N/A
helpers: {
"Playwright": {
"url": "http://github.com",
"show": true,
"browser": "chromium",
"waitForTimeout": 5000,
"waitForNavigation": "load",
"waitForAction": 500
}
}
plugins: {
"screenshotOnFail": {
"enabled": true
},
"retryFailedStep": {
"enabled": true
}
}
***************************************
If you have questions ask them in our Slack: shorturl.at/cuKU8
Or ask them on our discussion board: https://codecept.discourse.group/
Please copy environment info when you report issues on GitHub: https://github.com/Codeception/CodeceptJS/issues
The text was updated successfully, but these errors were encountered:
re6exp
changed the title
The status of the Run button doesn't change after the tests are completed.
The status of the Run button doesn't change after the tests are completed when using not default port for ui application.
May 14, 2020
see also here
What are you trying to achieve?
Be sure by the UI of the tests are completed.
I execute codecept-ui by command in
package.json
:port=3100 TS_NODE_PROJECT='./codecept/tsconfig.json' DEVHOSTNAME=$(hostname -f) concurrently 'npx codecept-ui --verbose' 'npx open-cli http://$(hostname -f):$((port + 1))'
video
HERE IS CONSOLE OUTPUT, click here
console output
What do you get instead?
Environment info
npx codeceptjs info
The text was updated successfully, but these errors were encountered: