Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt UI Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Design Studio
QML Viewer Projects
Qt UI Viewer
Merge requests
!45
Resolve
QDS-12256
"/extend auto tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
QDS-12256
"/extend auto tests"
QDS-12256/extend-auto-tests
into
master
Overview
0
Commits
4
Pipelines
3
Changes
1
Merged
Burak Hançerli
requested to merge
QDS-12256/extend-auto-tests
into
master
1 year ago
Overview
0
Commits
4
Pipelines
3
Changes
1
Expand
This MR brings the following features;
test: new tests for the Design Studio connector
doc: update the Readme with the test instructions
Edited
1 year ago
by
Burak Hançerli
0
0
Merge request reports
Viewing commit
faee349d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
faee349d
doc: fix the xunit-viewer installation command
· faee349d
Burak Hançerli
authored
1 year ago
README.md
+
1
−
1
Options
@@ -85,7 +85,7 @@ To run the tests a running emulator or a connected device is required. There's a
Test results can be viewed with any JUnit compatible viewer. For example, you can use
`xunit-viewer`
to view the results:
```
bash
pip
install
xunit-viewer
npm i
-g
xunit-viewer
xunit-viewer
-r
output.junit.xml
```
Loading