mattermost-community/focalboard

Write Focalboard E2E with Cypress: "MM-T4280 Accessing from the App Switcher"

Open

#1.821 aberto em 13 de nov. de 2021

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)TypeScript (2.542 forks)user submission
Area/E2E TestsDifficulty/1:EasyHelp WantedTech/Automation

Métricas do repositório

Stars
 (26.187 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Test code arrangement:

it('MM-T4280 Accessing from the Product Switcher', () => {
    // code
});

Note:

  1. 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.

Guia do colaborador