Skip to content

Commit df744b6

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents 7578eca + 032580c commit df744b6

File tree

605 files changed

+1179
-5947
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

605 files changed

+1179
-5947
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ assignees: ''
1414
(2019.4.40f1, 2020.3.31f1, 2020.3.40f1, 2021.3.2f1, 2021.3.11f1, etc)
1515

1616
**What version of AltTester® Unity SDK are you using?**
17-
(1.6.6, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.1, 2.1.2, 2.2.0)
17+
(1.6.6, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.2)
1818

1919
**On what device are you trying to run the test?**
2020
(Android, iOS)

.github/workflows/deploy-docs-to-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cd Docs
2525
make versionedhtml
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: DocumentationHTML
2929
path: Docs/build/
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v3
5151

52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4
5353
with:
5454
name: DocumentationHTML
5555
path: DocumentationHTML/

.github/workflows/deploy-docs-to-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cd Docs
4040
make html
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: DocumentationHTML
4444
path: Docs/build/html
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363

64-
- uses: actions/download-artifact@v3
64+
- uses: actions/download-artifact@v4
6565
with:
6666
name: DocumentationHTML
6767
path: DocumentationHTML/

.github/workflows/deploy-versioned-docs-to-staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.12.4"
18+
python-version: "3.10"
1919
- name: Install dependencies
2020
run: |
2121
pip install -r "Docs/requirements.txt"
2222
- name: Build docs
2323
run: |
2424
cd Docs
2525
make versionedhtml
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: DocumentationHTML
2929
path: Docs/build/
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v3
4949

50-
- uses: actions/download-artifact@v3
50+
- uses: actions/download-artifact@v4
5151
with:
5252
name: DocumentationHTML
5353
path: DocumentationHTML/

.github/workflows/push.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
export ALTSERVER_HOST="192.168.11.35"
6464
$UNITY_2021_3_HOME -batchmode -stackTraceLogType None -projectPath $CI_PROJECT_DIR -executeMethod AltTesterTools.BuildAltTester.MacBuildFromCommandLine -logFile buildMac.log -quit
6565
66-
- uses: actions/upload-artifact@v3
66+
- uses: actions/upload-artifact@v4
6767
if: always() # run this step even if one of the previous step failed
6868
with:
6969
name: BuildMacArtifact
@@ -99,7 +99,7 @@ jobs:
9999
export ALTSERVER_HOST="192.168.11.35"
100100
$UNITY_2021_3_HOME -batchmode -stackTraceLogType None -projectPath $CI_PROJECT_DIR -executeMethod AltTesterTools.BuildAltTester.AndroidBuildFromCommandLine -logFile buildAndroid.log -quit
101101
102-
- uses: actions/upload-artifact@v3
102+
- uses: actions/upload-artifact@v4
103103
if: always() # run this step even if one of the previous step failed
104104
with:
105105
name: BuildAndroidArtifact
@@ -134,7 +134,7 @@ jobs:
134134
xcodebuild -project ./sampleGame/Unity-iPhone.xcodeproj -scheme Unity-iPhone -archivePath Unity-iPhone.xcarchive archive
135135
xcodebuild -exportArchive -archivePath ./Unity-iPhone.xcarchive -exportOptionsPlist $EXPORT_OPTIONS_LOCATION/export-options.plist -exportPath ./
136136
osascript -e 'tell app "Xcode" to quit'
137-
- uses: actions/upload-artifact@v3
137+
- uses: actions/upload-artifact@v4
138138
if: always() # run this step even if one of the previous step failed
139139
with:
140140
name: BuildiOSArtifact
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v3
163163

164-
- uses: actions/download-artifact@v3
164+
- uses: actions/download-artifact@v4
165165
with:
166166
name: BuildMacArtifact
167167

@@ -175,10 +175,10 @@ jobs:
175175
export ALTSERVER_HOST="192.168.11.35"
176176
$UNITY_2021_3_HOME -batchmode -stackTraceLogType None -projectPath $CI_PROJECT_DIR -executeMethod AltTester.AltTesterUnitySDK.Editor.AltTestRunner.RunTestFromCommandLine -testsAssembly Assembly-CSharp-Editor -logFile - -quit
177177
#TODO add back -reportPath $CI_PROJECT_DIR/reportTest.xml for removing because it's giving me unauthorized error
178-
- uses: actions/upload-artifact@v3
178+
- uses: actions/upload-artifact@v4
179179
if: always() # run this step even if one of the previous step failed
180180
with:
181-
name: TestCSharpArtifact
181+
name: TestCSharpEditorArtifact
182182
path: |
183183
**/*.log
184184
**/*.log
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
- uses: actions/checkout@v3
206206

207-
- uses: actions/download-artifact@v3
207+
- uses: actions/download-artifact@v4
208208
with:
209209
name: BuildMacArtifact
210210

@@ -219,7 +219,7 @@ jobs:
219219
open sampleGame.app
220220
dotnet test Bindings~/dotnet/AltDriver.Tests/AltDriver.Tests.csproj --logger:"console;verbosity=detailed"
221221
222-
- uses: actions/upload-artifact@v3
222+
- uses: actions/upload-artifact@v4
223223
if: always() # run this step even if one of the previous step failed
224224
with:
225225
name: TestCSharpArtifact
@@ -245,7 +245,7 @@ jobs:
245245
steps:
246246
- uses: actions/checkout@v3
247247

248-
- uses: actions/download-artifact@v3
248+
- uses: actions/download-artifact@v4
249249
with:
250250
name: BuildMacArtifact
251251

@@ -290,7 +290,7 @@ jobs:
290290
allure generate -c allure-report -o allure-results-html
291291
allure-combine ./allure-results-html
292292
293-
- uses: actions/upload-artifact@v3
293+
- uses: actions/upload-artifact@v4
294294
if: always() # run this step even if one of the previous step failed
295295
with:
296296
name: TestPythonArtifact
@@ -318,7 +318,7 @@ jobs:
318318
steps:
319319
- uses: actions/checkout@v3
320320

321-
- uses: actions/download-artifact@v3
321+
- uses: actions/download-artifact@v4
322322
with:
323323
name: BuildMacArtifact
324324

@@ -348,7 +348,7 @@ jobs:
348348
export ALTSERVER_HOST="192.168.11.35"
349349
robot --exclude Mobile Bindings~/robot/tests
350350
351-
- uses: actions/upload-artifact@v3
351+
- uses: actions/upload-artifact@v4
352352
if: always() # run this step even if one of the previous step failed
353353
with:
354354
name: TestRobotArtifact
@@ -365,7 +365,7 @@ jobs:
365365
steps:
366366
- uses: actions/checkout@v3
367367

368-
- uses: actions/download-artifact@v3
368+
- uses: actions/download-artifact@v4
369369
with:
370370
name: BuildMacArtifact
371371

@@ -386,7 +386,7 @@ jobs:
386386
open sampleGame.app
387387
cd "Bindings~/java"
388388
mvn -Dtest=com.alttester.Tests* test
389-
- uses: actions/upload-artifact@v3
389+
- uses: actions/upload-artifact@v4
390390
if: always() # run this step even if one of the previous step failed
391391
with:
392392
name: TestJavaArtifact
@@ -435,11 +435,11 @@ jobs:
435435
steps:
436436
- uses: actions/checkout@v3
437437

438-
- uses: actions/download-artifact@v3
438+
- uses: actions/download-artifact@v4
439439
with:
440440
name: BuildAndroidArtifact
441441

442-
- uses: actions/download-artifact@v3
442+
- uses: actions/download-artifact@v4
443443
with:
444444
name: BuildiOSArtifact
445445

@@ -482,7 +482,7 @@ jobs:
482482
allure generate -c Bindings~/python/tests/integration/allure-report -o allure-results-html
483483
allure-combine ./allure-results-html
484484
485-
- uses: actions/upload-artifact@v3
485+
- uses: actions/upload-artifact@v4
486486
if: always() # run this step even if one of the previous step failed
487487
with:
488488
name: TestPythonAndroidInBrowserstackArtifact

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
cd "Bindings~/dotnet"
6262
dotnet pack AltDriver/AltDriver.csproj -c release
63-
dotnet nuget push AltDriver/bin/release/AltTester-Driver.2.2.0.nupkg --api-key $NUGET_DEPLOY_KEY --source https://api.nuget.org/v3/index.json
63+
dotnet nuget push AltDriver/bin/release/AltTester-Driver.2.2.2.nupkg --api-key $NUGET_DEPLOY_KEY --source https://api.nuget.org/v3/index.json
6464
6565
create-unity-package:
6666
runs-on: [self-hosted, macOS]
@@ -76,7 +76,7 @@ jobs:
7676
cp $AUT public/AltTester/AltTester.unitypackage
7777
cp $AUT public/AltTester/AltTester_2_0_1.unitypackage
7878
cp SampleScenes.unitypackage public/AltTester/SampleScenes.unitypackage
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
with:
8181
name: AltTester
8282
path: public/AltTester
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v3
9090

91-
- uses: actions/download-artifact@v3
91+
- uses: actions/download-artifact@v4
9292
with:
9393
name: AltTester
9494
path: AltTester/
@@ -132,7 +132,7 @@ jobs:
132132
mvn clean compile assembly:single
133133
mv target/alttester-jar-with-dependencies.jar ../../public/AltTesterJAR/AltTester-Driver.jar
134134
135-
- uses: actions/upload-artifact@v3
135+
- uses: actions/upload-artifact@v4
136136
with:
137137
name: AltTesterJAR
138138
path: public/AltTesterJAR
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- uses: actions/checkout@v3
146146

147-
- uses: actions/download-artifact@v3
147+
- uses: actions/download-artifact@v4
148148
with:
149149
name: AltTesterJAR
150150
path: public/AltTesterJAR

Assets/AltTester/Editor/Scripts/AltTesterEditor/AltBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright(C) 2024 Altom Consulting
2+
Copyright(C) 2025 Altom Consulting
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

Assets/AltTester/Editor/Scripts/AltTesterEditor/AltEditorConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright(C) 2024 Altom Consulting
2+
Copyright(C) 2025 Altom Consulting
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

Assets/AltTester/Editor/Scripts/AltTesterEditor/AltMyScenes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright(C) 2024 Altom Consulting
2+
Copyright(C) 2025 Altom Consulting
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

Assets/AltTester/Editor/Scripts/AltTesterEditor/AltMyTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright(C) 2024 Altom Consulting
2+
Copyright(C) 2025 Altom Consulting
33
44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)