You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/projects-and-users/projects.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,22 @@ aliases:
8
8
9
9
# Projects
10
10
11
-
Projects allow to organize k6 tests in collections and grant their access. Here are some ways we users use Projects to stay organized:
11
+
Use Projects to organize k6 tests in collections and grant access to these collections.
12
+
Some ways to stay organized with Projects include the following:
12
13
13
-
- Per team: Each team is given their own project for them to do their work and collaborate.
14
-
- Per component: A project is created for each component or service you're testing.
15
-
- Per brand: E-commerce customers may want to use projects per brand to stay organized.
16
-
- Per customer: When dealing with custom software, you can to organize by customer to ensure each unique system is tested.
17
-
- Per major release: After your systems go through a major change, you can to create a new project to organize the most recent data.
14
+
-**Per team.** Each team is given their own project for them to do their work and collaborate.
15
+
-**Per component.** A project is created for each component or service you're testing.
16
+
-**Per brand.** E-commerce customers may want to use projects per brand to stay organized.
17
+
-**Per customer.** When dealing with custom software, you can to organize by customer to ensure each unique system is tested.
18
+
-**Per major release.** After your systems go through a major change, you can to create a new project to organize the most recent data.
18
19
19
20
> To invite users to a project, refer to [manage project members]({{< relref "./manage-project-members" >}}).
20
21
21
22
22
23
## Running CLI Tests in a Specific Project
23
24
24
-
By default, when you run a test from the CLI, the test runs in your default project. If you want to set the test run in a different project, specify the [`projectID` option]({{< relref "../author-run/cloud-scripting-extras/cloud-options" >}}) in the k6 script:
25
+
By default, when you run a test from the CLI, the test runs in your default project.
26
+
To set the test run in a different project, specify the [`projectID` option]({{< relref "../author-run/cloud-scripting-extras/cloud-options" >}}) in the k6 script:
0 commit comments