
Download and install Java JDK 8 on Windows 64-bit, create an Oracle account if needed, then set JAVA_HOME and update the path, and verify installation with java -version.
Clone the cucumber java selenium automation framework from git, open it in IntelliJ IDEA, install dependencies, and run a simple test to confirm the setup is working.
sdfsdf
Start the Jenkins master, create and connect a slave agent, download the agent jar, and configure java home, jdk, maven, and git on windows for remote test execution.
Set up a Jenkins job and run a freestyle project from a GitHub repository, including basic configuration, build steps, and inspecting console output.
Create a private GitHub repository, add and commit your project files, and push to the remote while configuring credentials to enable test execution.
Explore feature files written in gurkin within a Cucumber, Java, Selenium automation framework, including scenarios and given steps, with parameters like email and password.
This is the official basic tutorial for Jasecu automation framework.
The framework is based on Java, Selenium, Cucumber, Maven
and is designed to be used with Git, IDEA IntelliJ, Jenkins.
It integrates also other useful tools for testing, which will be covered in later courses.
You will learn:
- setup complete environment on local PC to develop tests in IDEA IntelliJ
- setup complete CI environment on Jenkins
- create your own version of Jasecu on GitLab
- learn basics of Jasecu structure