forked from mozilla-mobile/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[MOB-2979] Analytics Spy Tests #799
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
b551bd0
Remove unused Analytics methods
lucaschifino 6c10009
Re-add App open as Default Browser
lucaschifino c8da9e2
Add space above Ecosia comment
lucaschifino c7d20a0
Re-add default browser settings click
lucaschifino fadad99
Re-add toolbar position change tracking
lucaschifino 7079cfe
Re-add missing context menu clicks
lucaschifino 27562e4
Re-add menu status changes
lucaschifino 0162f34
Rename ntpCustomization and create specific values section
lucaschifino 6c3c32a
Split onboarding specific labels
lucaschifino baac95d
Refactor and group Referrals analytics
lucaschifino 76efaa9
Add all previously hardcoded strings to Analytics.Values
lucaschifino a2de38d
Reorder and mark Analytics methods
lucaschifino 4fc31ea
Clean up Analytics.Values and reorder alphabetically
lucaschifino a57e91a
Merge remote-tracking branch 'origin/main' into ls-mob-2893-analytics…
lucaschifino ad5205c
Create AnalyticsSpyTests with initial example
lucaschifino 0dd57f0
Add AppDelegate spying tests
lucaschifino dd80ede
Add TODO
lucaschifino c294bc0
Merge remote-tracking branch 'origin/main' into ls-mob-2979-analytics…
lucaschifino 00d4ab4
Merge remote-tracking branch 'origin/main' into ls-mob-2979-analytics…
lucaschifino c3df164
Create SwiftLint custom rule
lucaschifino a24e357
Fix lint warnings on tests
lucaschifino 22b177d
Add remaining menu click tests
lucaschifino 7da234c
Add menu share tests
lucaschifino 183877b
Skip flaky tests
lucaschifino e5c95d5
Merge remote-tracking branch 'origin/main' into ls-mob-2979-analytics…
lucaschifino a5e0bbc
[MOB-3032] Fix wrong title
lucaschifino 1239ae4
Add menu status tests
lucaschifino b932641
Add bookmark tests
lucaschifino fc95999
[MOB-3030] Skipping one more flaky test
lucaschifino aea176b
Add SwiftLint section to README
lucaschifino 1d64891
Add SwiftLint Github Action
lucaschifino c1caf70
Remove strict from linting action
lucaschifino 38df72b
[MOB-3030] Disable flaky tests on the correct target
lucaschifino 01d5387
Remove duplicated analytics activity tests
lucaschifino d8be796
Use correct helper action on shortcut test
lucaschifino bd1d194
Fix menu status flakyness
lucaschifino 78df570
[MOB-3030] Skipping more flaky tests
lucaschifino 18a6c23
Wait for until launch is called
lucaschifino e4d09bb
Use waitForCondition on resume as well
lucaschifino 3e02646
Merge remote-tracking branch 'origin/main' into ls-mob-2979-analytics…
lucaschifino 951c7cc
[MOB-3030] Skipping yet one more flaky test
lucaschifino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: SwiftLint | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/realm/swiftlint:5.5-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: SwiftLint | ||
run: | | ||
swiftlint --reporter github-actions-logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏆