Git Product home page Git Product logo

autobot-selenium-grid-ui's Introduction

autobot-selenium-grid-ui

Tools dan Software :

Instalasi :

  • Download dan Install Intellij IDEA Community, JDK 8, Node.js. Ikuti saja sesuai langkah-langkah dari installernya.

Setting Environment :

Windows

  1. Klik kanan My Computer > Klik Properties > Klik Advance system settings > Klik Environment Variables > Klik PATH > Klik Edit.

  2. Ketikkan: C:\Program Files\Java\java-8\bin (disesuaikan dengan direktori instalasi)

  3. Buat variable baru dengan nama JAVA_HOME kemudian berikan value: C:\Program Files\Java\java-8 (disesuaikan dengan direktori instalasi)

Linux

  1. Jalankan Terminal.

  2. Ketikkan sudo gedit ~/.bashrc (pastikan di komputer telah terinstall aplikasi GEdit).

  3. Kemudian di baris pertama, ketikkan sebagai berikut (disesuaikan dengan direktori instalasi):

export JAVA_HOME=/usr/lib/jvm/java-8

Mac

  1. Buka Terminal

  2. Kemudian ketik command open ~/.bash_profile

  3. Ketikkan pada baris pertama sebagai berikut (disesuaikan dengan direktori instalasi):

export JAVA_HOME="$(/usr/libexec/java_home -v 1.8)"

Setelah itu source source ~/.bash_profile , simpan kemudian reboot komputer.

Untuk melakukan pengecekan apakah sesuai dengan pengaturan Environment Variables yang telah kita atur di atas, lakukan:

  1. Jalankan Terminal.

  2. Ketikkan command java -version kemudian tekan Enter.

  3. Cek apakah versi JDK sudah sama dengan yang diinstall. Jika tidak muncul versi JDK, maka cek kembali setting Environment Variables.

  4. Berikutnya ketik command which java tekan Enter.

  5. Cek apakah direktori yang muncul sama dengan direktori yang didefinisikan di Environment Variables. Jika belum, maka cek kembali setting Environment Variables.

Membuat Project Maven

Langkah membuat project Maven:

  1. Buka Intellij IDEA Community Open Source

  2. Pilih Create New Project

  3. Pilih Maven.

  4. Kemudian Next.

  5. Lalu isi GroupId dan ArtifacID sesuai project kamu

  6. Lalu Isi Project Name

  7. Pilih OK

  8. Selanjutnya Install Plugin Gherkin & Cucumber for Java

  9. Pilih Preferences pada IDE Intellij IDEA Community

  10. Pilih Plugin Gherkin dan Cucumber for Java

  11. Jika sudah klik OK

autobot-selenium-grid-ui's People

Watchers

Yogi is ariyanto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.