Skip to content

Commit

Permalink
Add README on the ci-tests (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer authored Jan 21, 2025
1 parent 587c747 commit f1ae3e7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playwright/ci-test/tests/admin_edit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overview

These tests are primarily designed for editing resources on the admin site.

# Database

These tests use the fixtures located in core/fixtures/test.
Alternatively, you can run `make load-test-data` from the root folder to load the test data.
8 changes: 8 additions & 0 deletions playwright/ci-test/tests/admin_filter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overview

These tests are primarily designed for verifying the filter functionality in the admin list.

# Database

These tests use the fixtures located in core/fixtures/admin_filter.
Alternatively, you can run `make load-test-data-for-filter` from the root folder to load the test data.
8 changes: 8 additions & 0 deletions playwright/ci-test/tests/admin_list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overview

These tests are primarily designed for verifying the list of resources in the admin interface, including functionalities such as pagination, search, and the modal selector.

# Database

These tests use the fixtures located in core/fixtures/test.
Alternatively, you can run `make load-test-data` from the root folder to load the test data.
8 changes: 8 additions & 0 deletions playwright/ci-test/tests/project_creation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overview

These tests are primarily designed for testing the project creation process.

# Database

These tests use the fixtures located in core/fixtures/test.
Alternatively, you can run `make load-test-data` from the root folder to load the test data.
8 changes: 8 additions & 0 deletions playwright/ci-test/tests/project_view/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Overview

These tests are primarily designed for testing the viewing and usage of project features.

# Database

These tests use the fixtures located in core/fixtures/test.
Alternatively, you can run `make load-test-data` from the root folder to load the test data.

0 comments on commit f1ae3e7

Please sign in to comment.