AccessibilityCareer AdviceCSSEtcFront-EndFull StackGraphQLJavaScriptReact.JSTestingUser ExperienceUser Interface
Testing
Unit tests, functional tests, end-to-end tests. expect(true).toBe(true)
Test your DOM Markup with Data Attributes
2 min read
It's no secret: we don't write enough unit tests and we neglect them. Here is how data attributes can make your tests more stable and give you peace of mind.


Testing GraphQL in 3 minutes
3 min read
Testing your GraphQL server can help you sleep at night. Here are some snippets and recommendations for testing your GraphQL server, schema, and resolvers.