Skip to content

AlejandroGonzalR/CoreFunctionalTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Functional Testing with Selenium

Selenium functional test cases for simple staging web app. Please check the web app following this link or vue-simple-form-staging.web.app

Getting Started

This project is built with maven, to start import the changes of the POM file. After compile or building the artifact, you can run the tests using the command:

mvn test

You can also run each test individually, reports are generated in the /test-output directory.

Notes:

  • You can change the build and test paths editing the Constants file.
  • This project contains the WebDrivers of Chrome and Firefox for linux, you can find the WebDrivers you need by looking in the Selenium documentation.
  • This project contains a Jenkins DSL jobs to test the construction and execution of the tests, to use the Job please use the hub containers and the nodes of each browser from the Selenium Docker account in the Jenkins DSL plugin.

Built With

  • Maven - Dependency Management

Authors

  • Alejandro González Rodríguez - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Selenium functional test cases for simple staging web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages