mattermost-community/focalboard
View on GitHubWrite Focalboard E2E with Cypress: "MM-T4280 Accessing from the App Switcher"
Open
#1,821 opened on Nov 13, 2021
Area/E2E TestsDifficulty/1:EasyHelp WantedTech/Automation
Repository metrics
- Stars
- (26,187 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Test code arrangement:
it('MM-T4280 Accessing from the Product Switcher', () => {
// code
});
Note:
- Use queries from testing-library whenever possible. We share the same philosophy as the testing-library when doing UI automation like "Interact with your app the same way as your users" and so, please follow their guidelines especially when querying an element.
If you're interested, please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Focalboard" community channel.
For new contributors, please see our guide.