2017 © Pedro Peláez
 

library codeception-auto-fill

A PHP Class for filling fields automatically on browser using Codeception Scenario.

image

sukohi/codeception-auto-fill

A PHP Class for filling fields automatically on browser using Codeception Scenario.

  • Friday, April 1, 2016
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CodeceptionAutoFill

A PHP Class for filling fields automatically on browser using Codeception Scenario., (*1)

Installation

Execute composer command., (*2)

composer require sukohi/codeception-auto-fill:1.*

Usage

Set the following code before </body> in your HTML., (*3)

<?php echo \Sukohi\CodeceptionAutoFill\CodeceptionAutoFill::js('PATH/TO/YOUR/CODECEPTION/SCENARIO'); ?>

Now the page that you set the above tag has new JavaScript code.
And then you can fill fields by press Shift + Enter like shortcut key., (*4)

Supporting methods

This package supports the next method of Codeception., (*5)

  1. fillField
  2. selectOption
  3. checkOption
  4. uncheckOption
  5. submitForm

Note

As of now, you possibly can NOT use this package if you use Codeception module like Laravel., (*6)

License

This package is licensed under the MIT License., (*7)

Copyright 2016 Sukohi Kuhoh, (*8)

The Versions

01/04 2016

1.0.x-dev

1.0.9999999.9999999-dev

A PHP Class for filling fields automatically on browser using Codeception Scenario.

  Sources   Download

MIT

by Avatar Sukohi

01/04 2016

dev-master

9999999-dev

A PHP Class for filling fields automatically on browser using Codeception Scenario.

  Sources   Download

MIT

by Avatar Sukohi

01/04 2016

1.0.0

1.0.0.0

A PHP Class for filling fields automatically on browser using Codeception Scenario.

  Sources   Download

MIT

by Avatar Sukohi