Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Add integration testing. #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kounkou
Copy link
Owner

@kounkou kounkou commented Oct 30, 2024

Description

This will contribute to fixing #58 and contains :

  • Initial testing infrastructure setup

Tests

I launched the following command inside tests directory :

bash run.sh

Results :

********* Start testing of QmlTests *********
Config: Using QtTest library 5.15.13, Qt 5.15.13 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 15.0.0 (clang-1500.1.0.2.5) (Apple)), osx 13.6
PASS   : QmlTests::initTestCase()
QWARN  : QmlTests::testInit() QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future.
QWARN  : QmlTests::testInit() qt.qpa.fonts: Populating font family aliases took 172 ms. Replace uses of missing font family "Noto Color Emoji" with one that exists to avoid this cost.
PASS   : QmlTests::testInit()
PASS   : QmlTests::testWelcomePage()
PASS   : QmlTests::cleanupTestCase()
Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 436ms
********* Finished testing of QmlTests *********

This will contribute to fixing #58 and contains :

- Initial testing infrastructure setup
@kounkou kounkou self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant