Resolve WES-187 "Unit tests account and system"
This commit is contained in:
committed by
Jerome Coudron
parent
c4b6c60288
commit
b9bbef8dcf
@@ -11,6 +11,27 @@ EditorBuildSettings:
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/MainMenuScreen.unity
|
||||
guid: a50df781449ac1fa5a036626c4710b24
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/CoursesMenuScreen.unity
|
||||
guid: 4fb0b014dad7fcdcb96413a2c31b9cd1
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ListCoursesScreen.unity
|
||||
guid: 854b0d72c38c8e992be22284a35990ae
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ListMinigamesScreen.unity
|
||||
guid: bfec7d1fbaa2ffd038ca6a86e6213bb7
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/CourseActivityScreen.unity
|
||||
guid: 5ff44b09f5858a64692f58938fd6d2ff
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/MinigameActivityScreen.unity
|
||||
guid: 8e27404f21454dc4583f76b4c7df0c30
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ThemeSelectionScreen.unity
|
||||
guid: 2dfa1265c9d65014c90941ac4240a977
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/SettingsScreen.unity
|
||||
guid: 082b8c0d94b135d4a98f83699c92e45b
|
||||
- enabled: 1
|
||||
path: Assets/Accounts/Scenes/UserCreationScreen.unity
|
||||
guid: 401cfc17c01f88847b434260a6a93933
|
||||
@@ -20,30 +41,6 @@ EditorBuildSettings:
|
||||
- enabled: 1
|
||||
path: Assets/Accounts/Scenes/UserProgressScreen.unity
|
||||
guid: 222ac8b048efd45478729efeea1f6110
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/CoursesMenuScreen.unity
|
||||
guid: 4fb0b014dad7fcdcb96413a2c31b9cd1
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ListMinigamesScreen.unity
|
||||
guid: bfec7d1fbaa2ffd038ca6a86e6213bb7
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ListCoursesScreen.unity
|
||||
guid: 854b0d72c38c8e992be22284a35990ae
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/SettingsScreen.unity
|
||||
guid: 082b8c0d94b135d4a98f83699c92e45b
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/CourseActivityScreen.unity
|
||||
guid: 5ff44b09f5858a64692f58938fd6d2ff
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/MinigameActivityScreen.unity
|
||||
guid: 8e27404f21454dc4583f76b4c7df0c30
|
||||
- enabled: 1
|
||||
path: Assets/JustSign/Scenes/JustSignGame.unity
|
||||
guid: 1283017ac1c1f6226854442564bd7e3d
|
||||
- enabled: 1
|
||||
path: Assets/Common/Scenes/ThemeSelectionScreen.unity
|
||||
guid: 2dfa1265c9d65014c90941ac4240a977
|
||||
- enabled: 1
|
||||
path: Assets/Courses/Scenes/CourseScreen.unity
|
||||
guid: 2cda990e2423bbf4892e6590ba056729
|
||||
|
||||
@@ -2,6 +2,57 @@
|
||||
"m_Name": "Settings",
|
||||
"m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json",
|
||||
"m_Dictionary": {
|
||||
"m_DictionaryValues": []
|
||||
"m_DictionaryValues": [
|
||||
{
|
||||
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "IncludeAssemblies",
|
||||
"value": "{\"m_Value\":\"AccountsScripts,ArchitectureScripts,CommonScripts,CourseScripts,HangmanScripts,InterfacesScripts,JustSignScripts,MinigameScripts,SignPredictor,SignPredictorInterfaces,SpellingBeeScripts\"}"
|
||||
},
|
||||
{
|
||||
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "Path",
|
||||
"value": "{\"m_Value\":\"{ProjectPath}\"}"
|
||||
},
|
||||
{
|
||||
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "HistoryPath",
|
||||
"value": "{\"m_Value\":\"{ProjectPath}\"}"
|
||||
},
|
||||
{
|
||||
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "PathsToInclude",
|
||||
"value": "{\"m_Value\":\"\"}"
|
||||
},
|
||||
{
|
||||
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "PathsToExclude",
|
||||
"value": "{\"m_Value\":\"{ProjectPath}/Assets/Architecture/Scripts/SlicedSlider.cs\"}"
|
||||
},
|
||||
{
|
||||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "EnableCodeCoverage",
|
||||
"value": "{\"m_Value\":true}"
|
||||
},
|
||||
{
|
||||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "OpenReportWhenGenerated",
|
||||
"value": "{\"m_Value\":false}"
|
||||
},
|
||||
{
|
||||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "GenerateTestReferences",
|
||||
"value": "{\"m_Value\":false}"
|
||||
},
|
||||
{
|
||||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "IncludeHistoryInReport",
|
||||
"value": "{\"m_Value\":true}"
|
||||
},
|
||||
{
|
||||
"type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "VerbosityLevel",
|
||||
"value": "{\"m_Value\":4}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -170,6 +170,8 @@ PlayerSettings:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 11400000, guid: 327974eea6e413e418ae0fddd61a0e00, type: 2}
|
||||
- {fileID: 11400000, guid: 6b1932f44c6135240a0c0fdaf35d9d61, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
||||
Reference in New Issue
Block a user