Skip to content

maarkeez/salesforce-dev-org-creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Salesforce developer org creation

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to be able to develop on this project, you will need to install:

Installing

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

Running the tests

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

Built With

Authors

  • David Márquez Delgado - Initial work

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages