Beta Testing
Last updated
Was this helpful?
Last updated
Was this helpful?
To assist users in beta testing the new version of CIPP by tracking the interface-rewrite
branch for both the CIPP
and CIPP-API
repositories, please follow these steps:
Navigate to the and click the "Fork" button to create your own copy.
Repeat this process for the .
interface-rewrite
BranchIn your forked CIPP
repository, go to the branches section and create a new branch named interface-rewrite
.
Set this branch to track the upstream interface-rewrite
branch from KelvinTegelaar.
Repeat these steps for your forked CIPP-API
repository.
CIPP
Repository)In your forked CIPP
repository, navigate to the .github/workflows
directory.
Locate the deployment workflow file (e.g., deploy.yml
) and edit it to update the push action to target the interface-rewrite
branch.
Ensure that the Azure Static Web Apps action is configured to deploy the out
directory instead of the root.
Example Workflow Configuration:
CIPP-API
Repository)In your forked CIPP-API
repository, navigate to the .github/workflows
directory.
Locate the deployment workflow file (e.g., deploy.yml
) and edit it to update the push action to target the interface-rewrite
branch.
Ensure that the Azure Functions action is configured correctly for deployment.
Example Workflow Configuration:
After updating the workflows, push the changes to your forked repositories.
Monitor the deployment process to ensure that the applications are deployed correctly from the interface-rewrite
branch.
Begin testing the new interface and functionality as per the beta testing guidelines.
By following these steps, users can effectively set up their environments to beta test the new version of CIPP with the updated interface.
Community Support: For further assistance, join the and check out #cipp-community-help or the #cipp-beta-temp channels.