Commit Graph

113 Commits

Author SHA1 Message Date
Bulat Damdinov
dd0c43247f fixed link for AcceptanceTest Selenuim Webdriver 2016-05-24 18:14:58 +08:00
Edo Freriks
df2a935b32 #47, Typo fix address tests 2016-02-01 00:39:43 +01:00
Jason McCallister
b4f23d82f5 Update the command for Faker
Updates the syntax for the command to composer require yii2-faker.
2015-10-21 18:06:24 -07:00
Yasser Hassan
4e8ed67326 Modified default @tests value and updated READMEs. 2015-10-21 03:07:07 +02:00
Carsten Brandt
bea667efdc updated tests readme
close #4
2015-08-06 00:21:54 +02:00
alcaneo
e01b9d1cbd Missing directory separator in config file path
Ugly typo, my bad sorry
2015-08-04 10:49:22 +02:00
alcaneo
5598a50160 Add step to setup config file path in c3.php
Hi,

I've been struggling in making remote code coverage work and I finally figured out that the config file path was wrong.
I haven't seen any documentation telling to update that path (weird).

Furthermore, it is kind of impossible to debug as it generates a corrupted tar file (because of the error generated by the wrong config file path probably) that ends up by having an non-related error message (like "unable to decompress gzipped phar archive").

There is another way to do it, by setting the env var HTTP_X_CODECEPTION_CODECOVERAGE_CONFIG but, even though I don't like changing manually c3.php, I still prefer that than using env var as it wouldn't be linked anymore with your project but with your environment (that can be shared with other projects) settings.
And I don't know if it would be possible that codeception set this var (as it actually knows the path) to make it available to c3.php, in fact I haven't seen anything setting this var up in codeception code.

Cheers,
Nico
2015-08-04 10:18:35 +02:00
Carsten Brandt
734f8b419d removed duplicate declares
these are now defined automatically by console application if needed.

see https://github.com/yiisoft/yii2/issues/6853
2015-07-11 18:05:41 +02:00
Evgeniy Tkachenko
ff0a3944bf Update config.php 2015-05-13 14:14:06 +03:00
Carsten Brandt
9954bb3b51 be more clear about migrations 2015-05-10 01:17:26 +02:00
Carsten Brandt
a8719e2ef3 Update README.md
fixed markdown to display steps correctly.
2015-05-10 01:01:36 +02:00
githubjeka
cea040a7cd To fix break test 2015-01-29 15:20:45 +03:00
Evgeniy Tkachenko
d0d066faad Move fixture configuration in config file 2015-01-29 14:49:12 +03:00
Evgeniy Tkachenko
d59a57c383 Fix undefined variable $scenario in test files. 2015-01-29 09:34:42 +03:00
Alexander Makarov
8bcb38960f Fixes #6624: Added delays to acceptance tests in order to make Selenium run more reliable 2014-12-26 23:18:52 +03:00
Mark Ragazzo
aef33fd969 fixed docs 2014-12-10 23:01:08 +04:00
Mark Ragazzo
aa583103a6 doc fix 2014-12-10 22:46:53 +04:00
Mark Ragazzo
c662755199 added code coverage ti yii2_basic 2014-12-10 22:44:27 +04:00
Anton Andersen
6b4ad97e43 Fixes #6103: Improved codeception config in app templates to ease testing of advanced app on multiple hosts 2014-11-27 14:02:04 +03:00
Mark Ragazzo
995c79103d fixed fixture controller config for applications 2014-11-07 23:20:03 +04:00
Alexander Makarov
c6908c8b43 Fixes #4827: default config for functional tests of both basic and advanced app now turns off CSRF validation while providing commented out alternative setting cookie domain to localhost 2014-10-28 02:03:02 +03:00
Alexander Makarov
e8aed03f1a Fixed entry script name 2014-10-18 19:31:39 +04:00
Alexander Makarov
58842e3a24 Used aliases for fixture directory definitions 2014-08-26 01:51:58 +04:00
Alexander Makarov
459ac478a2 Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements. 2014-08-25 02:01:05 +04:00
Alexander Makarov
2e9a0839dd Added faker to basic app console commands, adjusted readme to mention database setup 2014-08-24 15:26:57 +04:00
Alexander Makarov
a3efcafd38 Adjusted testing namespaces in application templates 2014-08-24 14:14:35 +04:00
Alexander Makarov
6b67d0ec52 Renamed YII_ROOT_DIR → YII_APP_BASE_PATH 2014-08-19 20:42:40 +04:00
Alexander Makarov
f85a0f7dd2 Prefixed constants to avoid possible naming conflicts 2014-08-18 01:56:36 +04:00
Alexander Makarov
bc2ec5c684 Fixed copyright year in batch files 2014-08-17 18:55:24 +04:00
Alexander Makarov
229c352f78 Adjusted test configs structure 2014-08-17 18:45:58 +04:00
Alexander Makarov
e7dcdf7c71 Exposed basic app entry URL via codeception.yml, refactored configs of advanced app to read from config and define entry script in a single place 2014-08-16 18:38:56 +04:00
Alexander Makarov
3673e6c004 Renamed guy classes to actors, fixed phpdoc and code style 2014-08-16 18:15:41 +04:00
Alexander Makarov
9460b93de2 Removed db module from basic app, renamed _helpers to _support and _logs to _output 2014-08-16 17:16:05 +04:00
Alexander Makarov
c55a791237 Codeception test adjustments for basic and advanced applications
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
- Removed database module since we're using fixtures and migrations.
- Moved console entry points and bootstrap into `tests/codeception/bin`.
- Adjusted travis build scripts.
- Adjusted documentation to be consistent and reflect changes made.
2014-08-15 19:09:52 +04:00
Alexander Makarov
539a6f0c59 Codeceoption adjustments
- Removed hacks since these are no longer required: 71db233985
- Removed unused helper classes
- Added 2.0 style "actor" to config

Thanks to @Ragazzo and @DavertMik for helping with it.
2014-07-11 19:30:45 +04:00
Alexander Makarov
8e1d70c4d4 Fixes #4252, Fixes #3171 Fixed Codeception 2014-07-11 01:27:28 +04:00
Alexander Makarov
0c8c520cbb Switched to Codeception 2.0.* for application template tests 2014-07-02 14:44:31 +03:00
Alexander Makarov
aa6c41046e Missing files for #4071 2014-06-26 18:28:57 +04:00
Alexander Makarov
91f05a2891 Fixes #4071: mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer 2014-06-26 18:28:28 +04:00
Mark
66a9e874ca basic application template fixtures added 2014-06-09 16:33:36 +04:00
Mark
7a467ed501 basic application template tests adjusted 2014-06-09 16:10:16 +04:00
Paul van Schayck
bcf51a1156 Add wait() to login test with wrong credentials to fix WebDriver test 2014-04-04 12:16:17 +02:00
Alexander Makarov
1b8ef667f7 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
SonicGD
93cc82c4bf Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Mark
be3c8c5e80 added server name, for creating url rules 2014-02-27 18:37:34 +04:00
maximal
4e188239cf Closing and opening braces in Yii2 coding standards. 2014-02-24 20:32:15 +04:00
maximal
c2c3c22ff5 Further coding standards fixes. 2014-02-24 20:17:38 +04:00
MaximAL
94c6095df3 Coding standards fixes. 2014-02-24 18:45:35 +03:00
Qiang Xue
24151471d5 Merge pull request #2383 from Ragazzo/add_yii_command_to_tests
added yii console command to tests
2014-02-15 11:32:07 -05:00
Mark
2fe23bc740 visibility changed 2014-02-14 18:08:07 +04:00