- Intellij Idea (Community Edition is fine)
- JDK 8
- Gradle 3.5 or higher
- Chromedriver
- Google chrome
Download git from https://git-scm.com/download/win Install with default options
Download java from url https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Install with default options Gradle Download Gradle zip from https://gradle.org/releases/ (download link https://gradle.org/next-steps/?version=5.2.1&format=bin)
Unzip gradle-5.2.1-bin.zip
Create C:\Gradle folder Copy contents of gradle-5.2.1-bin\gradle-5.2.1 to C:\Gradle
append to Path variable ';C:\Gradle\bin'
Download chromedriver from http://chromedriver.chromium.org/downloads suitable for your version of chrome
Unzip chromedriver_win32.zip
Create C:\webdriver folder
Copy file chromedriver.exe from chromedriver_win32 (unzipped folder) to C:\webdriver folder
append to Path variable ';C:\webdriver'
https://www.jetbrains.com/idea/download/#section=windows
Setup with default options selected
Open command prompt go to your desirable folder and run following command
git clone https://github.com/atmaramnaik/myShop-ft.git
This will create folder myShop-ft into your folder go into this folder run command
gradle clean build
if everything is setup ok you will see some selenium test will run after that following output will be shown after build process finishes
BUILD SUCCESSFUL in XXs
In case above thing doesnt happen reach out to us on slack channel
docker pull atmaram/vodqa-2019-sample-site
docker run -d -p <Port>:80 atmaram/vodqa-2019-sample-site
http://localhost:<Port>
http://192.168.99.100:<Port>
git clone https://github.com/atmaramnaik/myShop-ft.git
git pull --all
git checkout <branch-name>
E.g.
git checkout 1-start
git checkout 2-after-factory
git checkout 3-after-facade
git checkout 4-after-strategy
git checkout 5-final
git stash
git stash pop
- Intellij Idea (Community Edition is fine)
- JDK 8
- Gradle 3.5 or higher
- Chromedriver
- Google chrome
Follow instructions mention on https://docs.brew.sh/Installation
brew install git
brew tap caskroom/versions
brew cask install java8
brew install gradle
brew cask install chromedriver
Download link: https://www.jetbrains.com/idea/download/#section=mac Setup with default options selected
Open command prompt go to your desirable folder and run following command
git clone https://github.com/atmaramnaik/myShop-ft.git
This will create folder myShop-ft into your folder go into this folder run command
gradle clean build
if everything is setup ok you will see some selenium test will run after that following output will be shown after build process finishes
BUILD SUCCESSFUL in XXs
In case above thing doesnt happen reach out to us on slack channel
docker pull atmaram/vodqa-2019-sample-site
docker run -d -p <Port>:80 atmaram/vodqa-2019-sample-site
http://localhost:<Port>
http://192.168.99.100:<Port>
git clone https://github.com/atmaramnaik/myShop-ft.git
git pull --all
git checkout <branch-name>
E.g.
git checkout 1-start
git checkout 2-after-factory
git checkout 3-after-facade
git checkout 4-after-strategy
git checkout 5-final
git stash
git stash pop
- Intellij Idea (Community Edition is fine)
- JDK 8
- Gradle 3.5 or higher
- Chromedriver
- Google chrome
-
sudo apt-get update
-
sudo apt-get install git-core
-
sudo apt-get install software-properties-common
-
sudo add-apt-repository ppa:webupd8team/java
-
sudo apt update
-
sudo apt install oracle-java8-installer
Download Gradle zip from https://gradle.org/releases/ (download link https://gradle.org/next-steps/?version=5.2.1&format=bin)
Unzip gradle-5.2.1-bin.zip
Create /opt/gradle directory Copy contents of gradle-5.2.1-bin/gradle-5.2.1 to /opt/gradle
In your ~/.profile file add line at end PATH=”$PATH:/opt/gradle/bin”
Download chromedriver from http://chromedriver.chromium.org/downloads suitable for your version of chrome
Unzip chromedriver_linux64.zip
Create /opt/webdriver directory
Copy file chromedriver from chromedriver_linux64 (unzipped folder) to \opt\webdriver folder
In your ~/.profile file add line PATH=”$PATH:/opt/webdriver”
Download link:https://www.jetbrains.com/idea/download/#section=linux
Setup with default options selected
Open command prompt go to your desirable folder and run following command
git clone https://github.com/atmaramnaik/myShop-ft.git
This will create folder myShop-ft into your folder go into this folder run command
gradle clean build
if everything is setup ok you will see some selenium test will run after that following output will be shown after build process finishes
BUILD SUCCESSFUL in XXs
In case above thing doesnt happen reach out to us on slack channel
docker pull atmaram/vodqa-2019-sample-site
docker run -d -p <Port>:80 atmaram/vodqa-2019-sample-site
http://localhost:<Port>
git clone https://github.com/atmaramnaik/myShop-ft.git
git pull --all
git checkout <branch-name>
E.g.
git checkout 1-start
git checkout 2-after-factory
git checkout 3-after-facade
git checkout 4-after-strategy
git checkout 5-final
git stash
git stash pop