Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Implement more end-to-end tests #61

Description

@ItsSim

End-to-end testing was recently introduced into the project.

Tests are run using Playwright, an automated testing framework created by Microsoft that supports testing Electron applications.

Check out the end-to-end testing guide to learn how to create tests for the launcher. Basically: pick a feature, and create a test that performs the same actions a user would, with an expected successful or failure outcome.

By creating tests, we can ensure that every critical part of the launcher works as expected and any breaking changes are quickly identified before a release is sent out to end users.

There is currently one test file created for the installer feature of the launcher in src/tests/e2e/installer.spec.js.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions