mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #911] [MERGED] Add UI Tests using Playwright with BDD #1139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/911
Author: @nabim777
Created: 10/17/2024
Status: ✅ Merged
Merged: 10/17/2024
Merged by: @meltyshev
Base:
master← Head:tests-for-UI📝 Commits (10+)
94125feinitialize playwright8009742add test for the login95c8175add ci workflows to run testdb81ebcadd test for dashboard9670bd0add the config.js file8b1a599refactor the codea4d8cdbrefactor ci010c586add package-lock file21d7bccremove background from feature file90bbd0dMerge branch 'master' into tests-for-UI📊 Changes
17 files changed (+1259 additions, -119 deletions)
View changed files
➕
.github/workflows/build-and-test.yml(+73 -0)➖
client/nightwatch.conf.js(+0 -19)📝
client/package-lock.json(+912 -9)📝
client/package.json(+5 -4)➕
client/tests/acceptance/config.js(+12 -0)📝
client/tests/acceptance/cucumber.conf.js(+28 -18)➕
client/tests/acceptance/features/webUIDashboard/dashboard.feature(+10 -0)📝
client/tests/acceptance/features/webUILogin/login.feature(+23 -5)➕
client/tests/acceptance/pageObjects/DashboardPage.js(+16 -0)➕
client/tests/acceptance/pageObjects/LoginPage.js(+38 -0)➖
client/tests/acceptance/pageObjects/dashboardPage.js(+0 -20)➖
client/tests/acceptance/pageObjects/loginPage.js(+0 -26)➕
client/tests/acceptance/stepDefinitions/dashBoardContext.js(+17 -0)📝
client/tests/acceptance/stepDefinitions/loginContext.js(+44 -17)➕
client/tests/acceptance/testHelpers/apiHelpers.js(+57 -0)➕
client/tests/setup-symlinks.sh(+23 -0)📝
package.json(+1 -1)📄 Description
Description
NOTE
To keep this PR small, I’ve focused on these key scenarios. If you like, I’d be happy to add more test scenarios in future contributions. Test scenarios that can be added in the future contributions are like
If there is any suggestions or feedback, I’d love to hear them!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.