This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Implement more end-to-end tests #61
Labels
enhancement
New feature or request
feature accepted
Feature has been accepted
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
.The text was updated successfully, but these errors were encountered: