Skip to content

Commit dac5ea8

Browse files
authored
Add Database Populator for Codeception DB Module (#528)
1 parent a783237 commit dac5ea8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_data/modules.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
link: https://github.com/mendicm/css-regression
4646
description: CSS / Visual regression tests integrated in Codeception. This module can be used to compare the current representation of a website element with an expected based on a reference image. This module does not require any JavaScript injections in your website and works with viewport screenshots (chromedriver). Compatible with WebDriver and AngularJS modules.
4747

48+
- name: Database Populator
49+
link: https://github.com/vjik/codeception-db-populator
50+
description: Module for handy populate database. Load only the tables and data that are needed for the current test. This will allow you to create and run tests faster.
51+
color: "#86FF8A"
52+
4853
- name: Date/Time
4954
link: https://github.com/nathanmac/datetime-codeception-module
5055
description: This module provides additional helpers for your test to help with date and time comparisons.

0 commit comments

Comments
 (0)