Closed github-actions[bot] closed 1 year ago
Running integration test picks the correct test task.
@donat Should we check the gradle.testLauncherAPI.enabled
status before?
@donat Should we check the gradle.testLauncherAPI.enabled status before?
You are right. All smoke tests should be using gradle.testLauncherAPI.enabled
.
Test Plan
1. Set up local test environment
for sample in $(ls | grep -e '^[0-9][0-9].*'); do cd $sample; ./gradlew wrapper --gradle-version nightly; cd -; done
git clean -fdx
to remove build artifacts from all sample projectsANDROID_HOME
environment variable is properly set on you machine03-multiproject
JDK 17 is used (Spring Boot plugin requirement)2. Document components
Mac OS X 13.5.1 aarch64
Gradle 8.5-20230904225832+0000
IU-232.9559.62
IU-232.9559.62
, same as EAP3. Verify scenarios
These scenarios are automatically generated from the lines starting with
TODO (scenario)
in the build script and code files.The sample projects are located in the numbered folders in the repository root. For each project, follow the steps below:
In case of a failure:
// Known issue: https://youtrack.jetbrains.com/issue/IDEA-123456
Scenarios in
build-src
Scenarios in
included-build-src
Scenarios in
multiproject
Scenarios in
java-build-src
Scenarios in
version-catalog-build-src
Scenarios in
error-in-build-script
Scenarios in
test-launcher
4. Finalize
Known issue
reference from the sources.new-regresssion-reported
label if you reported something to JetBrains