Download the PHP package tembra/pest-plugin-x-args without Composer

On this page you can find all versions of the php package tembra/pest-plugin-x-args. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pest-plugin-x-args

Pest X-Args Plugin

This repository contains the Pest X-Args Plugin.

This plugin add to Pest the functionality to accept --x- arguments and access them from the test cases.

If you want to start testing your application with Pest, visit the main Pest Repository.

Installation

Install the plugin with Composer ».

Versioning

This plugin is using Semantic Versioning »

Usage

Run Pest with any --x- argument you want to be available to test cases.

If using a Composer script don't forget to use --, the special argument operator, after script name.

In you test cases use the hasXArg() and getXArg() functions.

About arguments

The arguments are firstly processed by Pest through Symfony\Component\Console\Input\Input and then sent to this and others plugins. So everything that works there should work here.

Right away this plugin identifies the --x- argument and then the first equal sign (=) to break the argument in two parts. Then it removes the --x- from the first part.

Some statements:

To check some crazy usages you may look at tests/PluginTest.php and even run it with Pest 🚀.

Motivation

Necessity to access specific and sensitive values (like a password) on test cases without the use of environment variables or files at all to do not take the risk to commit them to a local or remote code repository, even knowing that we could add these files to .gitignore.

Contributing

Have any questions, found bugs or want to discuss/implement new functionalities? Do not hesitate to post an Issue and/or make a Pull Request if you can.

More Pest

Pest is an open-sourced software licensed under the MIT license.


All versions of pest-plugin-x-args with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
pestphp/pest Version ^2.5
pestphp/pest-plugin Version ^2.0.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tembra/pest-plugin-x-args contains the following files

Loading the files please wait ....