Skip to content

Commit e88993d

Browse files
authored
update data links (#552)
1 parent 88695ed commit e88993d

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

_data/extensions.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- name: Allure Codeception Adapter
2-
link: http://github.com/allure-framework/allure-codeception
2+
link: https://github.com/allure-framework/allure-codeception
33
description: This is a Codeception adapter for [Allure Framework](http://allure.qatools.ru)
44

55
- name: ReportPortal Agent
66
link: https://github.com/reportportal/agent-php-Codeception
7-
description: Integration with [ReportPortal.io](http://reportportal.io) AI-powered test automation dashboard
7+
description: Integration with [ReportPortal.io](https://reportportal.io/) AI-powered test automation dashboard
88

99
- name: Wiremock Extension
1010
description: Allows developers and testers to use WireMock to mock external services when running codeception tests. codeception-wiremock-extension connects to an already running instance of WireMock or can also run automatically a local standalone one. And, it is able to download the version of wiremock you preffer and run it too
@@ -15,11 +15,11 @@
1515
description: Docker Selenium Chrome for Codeception is a extension to integrate automatic selenium with chrome in your codeception tests.
1616

1717
- name: PhpBuiltinServer
18-
link: http://github.com/tiger-seo/PhpBuiltinServer
18+
link: https://github.com/tiger-seo/PhpBuiltinServer
1919
description: Extension for starting and stopping built-in PHP server. Works on Windows, Mac, Linux.
2020

2121
- name: Phantoman
22-
link: http://github.com/site5/phantoman
22+
link: https://github.com/site5/phantoman
2323
description: Extension for automatically starting and stopping PhantomJS when running tests.
2424

2525
- name: Phiremock
@@ -32,49 +32,49 @@
3232
image: /images/extensions/codeception-progress-reporter.png
3333

3434
- name: DrushDb
35-
link: http://github.com/pfaocle/DrushDb
35+
link: https://github.com/pfaocle/DrushDb
3636
image: https://www.drupal.org/files/druplicon-small.png
3737
description: DrushDb is a Codeception extension to populate and cleanup test **Drupal** sites during test runs using Drush aliases and the sql-sync command.
3838

3939
- name: Notifier
40-
link: http://github.com/Codeception/Notifier
40+
link: https://github.com/Codeception/Notifier
4141
description: Flexible notifications with notificator library.
4242

4343
- name: WPBrowser, WPDatabase, WPLoader
44-
link: http://github.com/lucatume/wp-browser
44+
link: https://github.com/lucatume/wp-browser
4545
image: https://s.w.org/about/images/desktops/wp-light-lo-640x960.png
4646
description: WordPress specific extensions of PHPBrowser and Db modules to allow for more streamlined testing of themes and plugins and a WordPress automated testing suite wrapper.
4747

4848
- name: Joomla-Browser
49-
link: http://github.com/joomla-projects/joomla-browser
49+
link: https://github.com/joomla-projects/joomla-browser
5050
description: An extended Webdriver Browser to navigate through Joomla sites with Codeception.
51-
image: http://codeception.com/images/frameworks/joomla.png
51+
image: https://codeception.com/images/frameworks/joomla.png
5252

5353
- name: TestStatistics
54-
link: http://github.com/redCOMPONENT-COM/teststatistics#teststatistics
54+
link: https://github.com/redCOMPONENT-COM/teststatistics#teststatistics
5555
description: TestStatistics is a Codeception Extension to measure the performance of your tests. The extension lists your slower steps, probably meaning that the used locator is not performant. Is a smart tool to improve the speed of your Acceptance tests, and serves as example to create your own reporting extensions.
5656

5757
- name: TeamCity
58-
link: http://github.com/neronmoon/TeamcityCodeception
58+
link: https://github.com/neronmoon/TeamcityCodeception
5959
description: Integration with TeamCity CI server by service-messages
6060

6161
- name: EventsScripting
62-
link: http://github.com/oprudkyi/codeception-events-scripting
62+
link: https://github.com/oprudkyi/codeception-events-scripting
6363
description: Run shell scripts on events - before/after suites/environments/full test run
6464

6565
- name: PauseOnFail
6666
link: https://github.com/ipeevski/PauseOnFail
6767
description: Pause execution on failure/error - allow debugging from failed point onwardss
6868

6969
- name: SecureShell
70-
link: http://github.com/edno/codeception-secureshell
70+
link: https://github.com/edno/codeception-secureshell
7171
description: The Codeception module for SSH commands, SFTP access and SSH tunnels
7272

7373
- name: TestRail
74-
link: http://github.com/bookitcom/codeception-testrail
74+
link: https://github.com/bookitcom/codeception-testrail
7575
image: https://blog.gurock.com/wp-content/themes/gurock/assets/images/blog/bottom-testrail-ad.png
76-
description: Integration with [TestRail TestCase Management](http://www.gurock.com/testrail/)
76+
description: Integration with [TestRail TestCase Management](https://www.gurock.com/testrail/)
7777

7878
- name: Gherkin-Dependsload
79-
link: http://github.com/labbots/codeception-gherkin-dependsload
79+
link: https://github.com/labbots/codeception-gherkin-dependsload
8080
description: The Codeception extension for Gherkin features to load and execute dependent scenarios. This extension provides `@dependsload` annotation which lets adding dependencies to gherkin scenarios.

_data/modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
color: "#FFF5C4"
7070

7171
- name: GherkinParam
72-
link: http://github.com/edno/codeception-gherkin-param
72+
link: https://github.com/edno/codeception-gherkin-param
7373
description: The Codeception module for supporting parameter notation in Gherkin scenario.
7474

7575
- name: HighlightCeption

0 commit comments

Comments
 (0)