-
Notifications
You must be signed in to change notification settings - Fork 118
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
test: [IT] Add test cases #1316
Conversation
badeaf9
to
c5e9679
Compare
Title does not follow the guidelines of Conventional Commits.
|
Timestamp: 2020-12-03 15:39:19 |
Codecov Report
@@ Coverage Diff @@
## master #1316 +/- ##
============================================
- Coverage 77.81% 77.79% -0.03%
Complexity 705 705
============================================
Files 244 244
Lines 4693 4693
Branches 901 901
============================================
- Hits 3652 3651 -1
Misses 550 550
- Partials 491 492 +1 |
11f9ccc
to
1e961fa
Compare
There might be some 'strange' compare files formatting (on GH) -- those look normal in IDE/text editor |
integration_tests/src/test/kotlin/integration/MultipleDevicesIT.kt
Outdated
Show resolved
Hide resolved
integration_tests/src/test/kotlin/integration/TestFilteringIT.kt
Outdated
Show resolved
Hide resolved
integration_tests/src/test/resources/cases/all_test_filtered_android.yml
Show resolved
Hide resolved
138be3c
to
1bc1f1a
Compare
integration_tests/src/test/kotlin/integration/MultipleDevicesIT.kt
Outdated
Show resolved
Hide resolved
8806b86
to
3704838
Compare
In case when we have - in user name
f06b4a4
to
99df937
Compare
@Mergifyio refresh |
Command
|
Fixes #1315 ## Test Plan > How do we know the code works? 1. run ```./gradlew integrationTests``` 1. integration tests should pass ## Description Flank should also verify XML results for android and ios integration tests. This ticket should be merged after #1316 when we update all tests. ```filter all tests - ios``` is disabled and should be updated in #1388 ## Checklist - [X] Add verification for basic android test - [X] Add verification for tests from #1316
Fixes #1313
This PR introduces a couple of new features
integrationTests
task inintegration_test
moduleresources/compare
files)Test Plan
./gradlew build
-- to ensure you have flank.jar./gradlew integrationTests