도구(15)
-
appium gradle setting
appium gradle setting plugins { id 'java' } group 'org.example' version '1.0-SNAPSHOT' repositories { mavenCentral() } test { useJUnitPlatform() } dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' implementation ( 'org.slf4j:jcl-over-slf4j:2.0.0-alpha1', 'org.slf4j:slf4j-api:2.0.0-alpha1', 'org.slf4j:slf4j-simple:2.0.0-alp..
2021.04.19 -
[cucumber] gradle 설치
brew install gradle
2021.04.14 -
[1] Appium 설치
# node.js 설치 $ brew install node # appium 설치 $ npm install -g appium # appium-doctor 설치 $ npm install -g appium-doctor
2021.04.13 -
git bash git 계정변경
meaownworld.tistory.com/78
2021.03.17 -
does not find tools .jar-
does not find tools .jar 시스템이 JRE 폴더경로를 잘못 참조하고 있어서 발생하는 에러 gradle.properties 에 아래와 같은 코드를 추가한다. #fastlane 에러 org.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home
2021.03.11 -
[fastlane]fastlane beta - Permission denied - /Users/gradlew
Wow, that was weird since I didn't change anything with permissions. Anyway, chmod a+x gradlew solved problem 참조 : github.com/fastlane/fastlane/issues/9995
2021.03.10