We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60889c commit 854db17Copy full SHA for 854db17
Makefile
@@ -1,4 +1,3 @@
1
-all: install
2
install:
3
carthage update --platform iOS --verbose
4
build: install
@@ -7,4 +6,4 @@ test:
7
6
echo TODO
8
coverage:
9
slather coverage
10
-.PHONY: test
+.PHONY: coverage
ios-app-bootstrapUITests/ios_app_bootstrapUITests.swift
@@ -28,9 +28,9 @@ class ios_app_bootstrapUITests: XCTestCase {
28
super.tearDown()
29
}
30
31
- func testExample() {
32
- // Use recording to get started writing UI tests.
33
- // Use XCTAssert and related functions to verify your tests produce the correct results.
+ func testFuncList() {
+ let app = XCUIApplication()
+ app.buttons["Login"].tap()
34
+ app.buttons["list"].tap()
35
-
36
0 commit comments