We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05694 commit 0ab54e8Copy full SHA for 0ab54e8
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# Base Framework For Automation Testing
+# Sapphire Mobile Automation Testing Framework
2
3
#### **How to add artifact in maven?**
4
Step1. Download latest jar (artifact/Sapphire.jar)
@@ -7,7 +7,7 @@
7
8
example
9
10
- mvn install:install-file -Dfile=/Users/ksoni/Sapphire.jar -DgroupId=com.evig.sapphire -DartifactId=sapphire -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
+ mvn install:install-file -Dfile=/Users/ksoni/sapphire.jar -DgroupId=com.evig.sapphire -DartifactId=sapphire -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true
11
Step3. Add below dependency in pom.xml
12
13
<dependency>
0 commit comments