Uni 4 Script 4 CI
Uni 4 Script 4 CI
Topic – Scripting
Date- 11-11-2024
CO2 Analyze the variations in the types of testing suits and their applicability
available online.
Script List
Configure Workflow
• Use the .yml file to define jobs, including setup, dependencies
installation, testing, and deployment.
Wait for the .yml File to Execute
• Commit the .yml file to your repository.
• GitHub Actions automatically detects and executes new commits to
the .yml file, running the defined workflows.
Committing Existing Notebook
• Add your notebook to the repository.
Committing Colab Notebook
• Use Google Colab's GitHub integration to commit:
• Open the notebook in Colab, click on 'File', then 'Save a copy in GitHub'.
• Authorize Colab to access your GitHub account, select the repository,
specify the branch, and commit the notebook.
Unit 4: Testing automation tools and framework
GitHub for Continuous Integration
Configure Workflow
• Use the .yml file to define jobs, including setup, dependencies
installation, testing, and deployment.
Wait for the .yml File to Execute
• Commit the .yml file to your repository.
• GitHub Actions automatically detects and executes new commits to
the .yml file, running the defined workflows.
Committing Existing Notebook
• Add your notebook to the repository.
Committing Colab Notebook
• Use Google Colab's GitHub integration to commit:
• Open the notebook in Colab, click on 'File', then 'Save a copy in GitHub'.
• Authorize Colab to access your GitHub account, select the repository,
specify the branch, and commit the notebook.
Unit 4: Testing automation tools and framework
Sample to implement CI with github