This project automate the creation of a new Salesforce Developer Organization
- Sing up a new user
- Read email and change the password
- Change Salesforce user language to English
- Reset security token
- Read security token from email
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to be able to develop on this project, you will need to install:
-
Java jdk 1.8.0 or above
-
Java development IDE
-
Maven 3.6.0 or above
Follow this steps to install to get a development environment running
- Clone the repository
git clone https://github.com/maarkeez/salesforce-dev-org-creation.git
- Import the project as Maven project to your Java development IDE.
- Build the project
mvn clean install
- Add the application.properties to the project with your custom configuration.
There is a basic test which run all the steps to create the new organization.
mvn verify
You can also automate the test running following the .gitlab-ci.yml script instructions
- David Márquez Delgado - Initial work
This project is licensed under the Apache License - see the LICENSE.md file for details