Skip to content
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

Paths to test results #29

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
1f65f12
More changes
Jan 20, 2022
45f1fe2
Finalizing UI tests
Jun 16, 2022
a374748
Removed unit testing target
Jul 5, 2022
e4249b9
Removed reference to unit testing bundle
Jul 5, 2022
62c0fd2
Added unit tests
Jul 5, 2022
6706cdb
added config.yml
Aug 10, 2022
d4adfd6
Added xcshareddata to gitignore
Aug 11, 2022
32fcdae
Fix multiple builds issue
Aug 15, 2022
d10d09e
Fixed code signin
Aug 17, 2022
c4182f6
Removed default unit tests file
Aug 17, 2022
6788e0c
Chagning development team
Aug 19, 2022
e8f284f
Testing adding steps
Aug 20, 2022
4e6f958
testing with xcode example
Aug 20, 2022
cfb70e7
Changed simulator id
Aug 20, 2022
e6da99b
buil unit and ui tests
Aug 20, 2022
235f30f
Fixed typo
Aug 20, 2022
b19fea3
added required check
Aug 20, 2022
11e4b96
Merge pull request #2 from TimJonsson/ci-testing
TimJonsson Aug 29, 2022
2bb94dd
First implementation of fastlane
Aug 31, 2022
0df31b4
Added ENV variables to fastlane
Aug 31, 2022
03193e8
Merge pull request #3 from TimJonsson/fastlane-setup
TimJonsson Sep 1, 2022
8bb8520
Trying Fastlane with CircleCI
Sep 1, 2022
4bfb305
Add x86_64-darwin to lockfile
Sep 1, 2022
41f1556
reverted back to old config.yml
Sep 5, 2022
0b71e08
Added ruby orb and installing ruby deps
Sep 5, 2022
07d949d
Moved .env to be inside fastlane folder
Sep 6, 2022
ac28d74
Trying to print out pwd
Sep 7, 2022
b6b9c25
Removing echo and only having pwd
Sep 7, 2022
b964b1f
Putting pwd in config.yml instead of fastfile
Sep 7, 2022
fcb71a1
Removing quites around pwd and commenting out ui tests
Sep 7, 2022
ac05dfe
added ls
Sep 7, 2022
d94b0c4
added |
Sep 7, 2022
b4b2926
Fixed indenting
Sep 8, 2022
bae2edc
Changed back to executing unit tests
Sep 8, 2022
795940c
Removig scheme option
Sep 8, 2022
bc5660f
Removing destination
Sep 8, 2022
8330068
Trying local simulator as destination
Sep 8, 2022
d0b3c37
Switching out destionation param to device
Sep 8, 2022
d7ec6c0
Removed xcshareddata from gitignore
Sep 9, 2022
9616f1e
storing test results and lane adjustments
Sep 12, 2022
48d5a55
Fixing syntax error in config
Sep 12, 2022
a51679b
Correcting fastlane lane name in cinfogi
Sep 12, 2022
7cf26cb
Remove derived data path
Sep 12, 2022
bbf1fef
Merge pull request #4 from TimJonsson/ci-adjustments
TimJonsson Sep 12, 2022
5e9db0e
Making dir for test results
Sep 15, 2022
27e7045
Adding quotes to mkdir
Sep 16, 2022
33cf6f4
trying just one command
Sep 16, 2022
83baa15
Removed |
Sep 16, 2022
7b38bde
Changed to mkdir -p
Sep 16, 2022
c18efa5
skipping output folder
Sep 16, 2022
f06be54
Added single quotes around dir name
Sep 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 2.1

orbs:
ruby: circleci/[email protected]

executors:
mac-executor:
macos:
xcode: "13.4.1"
working_directory: /Users/distiller/project

jobs:
run-unit-tests:
executor:
name: mac-executor
environment:
FASTLANE_LANE: run_unit_tests
shell: /bin/bash --login -o pipefail
steps:
- checkout
- ruby/install-deps
- run:
name: "run unit tests"
command: |
"mkdir -p 'unit_tests_results'"
"bundle exec fastlane $FASTLANE_LANE"
- store_artifacts:
path: output
- store_test_results:
path: output/unit_tests_results

run-ui-tests:
executor:
name: mac-executor
environment:
FASTLANE_LANE: run_ui_tests
shell: /bin/bash --login -o pipefail
steps:
- checkout
- ruby/install-deps
- run:
name: "run ui tests"
command: "bundle exec fastlane $FASTLANE_LANE"
- store_artifacts:
path: output
- store_test_results:
path: output/ui_tests
workflows:
build-and-run-tests:
jobs:
- run-unit-tests
- run-ui-tests:
requires:
- run-unit-tests
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
219 changes: 219 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
rexml
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.622.0)
aws-sdk-core (3.136.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.114.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
colored (1.2)
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
declarative (0.0.20)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.92.4)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.209.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
aws-sdk-s3 (~> 1.0)
babosa (>= 1.0.3, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
commander (~> 4.6)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (>= 0.1, < 4.0)
excon (>= 0.71.0, < 1.0.0)
faraday (~> 1.0)
faraday-cookie_jar (~> 0.0.6)
faraday_middleware (~> 1.0)
fastimage (>= 2.1.0, < 3.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
google-apis-androidpublisher_v3 (~> 0.3)
google-apis-playcustomapp_v1 (~> 0.1)
google-cloud-storage (~> 1.31)
highline (~> 2.0)
json (< 3.0.0)
jwt (>= 2.1.0, < 3)
mini_magick (>= 4.9.4, < 5.0.0)
multipart-post (~> 2.0.0)
naturally (~> 2.2)
optparse (~> 0.1.1)
plist (>= 3.1.0, < 4.0.0)
rubyzip (>= 2.0.0, < 3.0.0)
security (= 0.1.3)
simctl (~> 1.6.3)
terminal-notifier (>= 2.0.0, < 3.0.0)
terminal-table (>= 1.4.5, < 2.0.0)
tty-screen (>= 0.6.3, < 1.0.0)
tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0)
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.25.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-core (0.7.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.13.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-playcustomapp_v1 (0.10.0)
google-apis-core (>= 0.7, < 2.a)
google-apis-storage_v1 (0.17.0)
google-apis-core (>= 0.7, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
google-cloud-storage (1.39.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.17.0)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.2.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.1)
json (2.6.2)
jwt (2.5.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.0.0)
nanaimo (0.3.0)
naturally (2.2.1)
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (5.0.0)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.5)
rouge (2.0.7)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.8)
CFPropertyList
naturally
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.7.0)
word_wrap (1.0.0)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
universal-darwin-21
x86_64-darwin-20

DEPENDENCIES
fastlane

BUNDLED WITH
2.3.13
28 changes: 28 additions & 0 deletions Reddit-iOS/Arithmetics.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//
// Arithmetics.swift
// Reddit
//
// Created by Tim Jonsson on 2022-07-05.
// Copyright © 2022 Carson Katri. All rights reserved.
//

import Foundation

class Arithmetic {

func add (num1: Int, num2: Int) -> Int {
return num1 + num2
}

func subtract (num1: Int, num2: Int) -> Int {
return num1 - num2
}

func multiply (num1: Int, num2: Int) -> Int {
return num1 * num2
}

func divide (num1: Int, num2: Int) -> Int {
return num1 / num2
}
}
16 changes: 8 additions & 8 deletions Reddit-iOS/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,44 +21,44 @@ struct ContentView : View {
/// Load the posts
PostList(subreddit: subreddit, sortBy: sortBy)
/// Force inline `NavigationBar`
.navigationBarTitle(Text(""), displayMode: .inline)
.navigationBarTitle(Text(""), displayMode: .inline)
.navigationBarItems(leading: HStack {
Button(action: {
self.showSubredditSheet.toggle()
}) {
Text("r/\(self.subreddit)")
}
}.accessibilityIdentifier("subRedditButton")
}, trailing: HStack {
Button(action: {
self.showSortSheet.toggle()
}) {
HStack {
Image(systemName: "arrow.up.arrow.down")
Text(self.sortBy.rawValue)
Text(self.sortBy.rawValue).accessibilityIdentifier("sortIconText")
}
}
})
/// Sorting method `ActionSheet`
.actionSheet(isPresented: $showSortSheet) {
ActionSheet(title: Text("Sort By:"), buttons: [SortBy.hot, SortBy.top, SortBy.new, SortBy.controversial, SortBy.rising].map { method in
ActionSheet.Button.default(Text(method.rawValue.prefix(1).uppercased() + method.rawValue.dropFirst())) {
ActionSheet.Button.default(Text(method.rawValue.prefix(1) + method.rawValue.dropFirst())) {
self.sortBy = method
}
})
}
}.accessibilityIdentifier("SubRedditTable")
/// Subreddit selection `Popover`
.popover(isPresented: $showSubredditSheet, attachmentAnchor: .point(UnitPoint(x: 20, y: 20))) {
HStack(spacing: 0) {
Text("r/")
Text("r/").accessibilityIdentifier("defaultText")
TextField("Subreddit", text: self.$subreddit) {
self.showSubredditSheet.toggle()
}
}.accessibilityIdentifier("subRedditText")
}
.frame(width: 200)
.padding()
.background(Color("popover"))
.cornerRadius(10)
}
} .accessibilityIdentifier("subRedditPopOver")
Text("Select a post")
}
}
Expand Down
10 changes: 5 additions & 5 deletions Reddit-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -25,6 +20,11 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand Down
Loading