Skip to content

Repository with K6 projects to be executed at GitHubActions

Notifications You must be signed in to change notification settings

almeidas-tatiane/K6_GitHubActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

K6_GitHubActions

Repository with K6 projects to be executed at GitHubActions

K6 Installation

📂Project structure in Visual Studio Code

image

  • In the .github\workflows folder, you'll find the load-test.yml. This file contains the action to be executed at GitHub;
  • The GitHub Action will execute the file everytime a push command is used;
  • In the src\requests folder, you'll find the performance test file that the yml file will use in the GitHubAction.

Steps to execute the yml file at GitHubActions

  • Do any change in the performance test script;
  • Do a git add, git commit and git push;
  • After the git push, go to GitHub, click in the K6_GitHubActions repository, and click on Actions tab;
  • You'll see a workflow in progress.

About

Repository with K6 projects to be executed at GitHubActions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published