1.2.1 • Published 4 years ago

@assertly-org/assertly-oss v1.2.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

Build Status License: GPL v3 PRs Welcome npm version

assertly

Assertly is an automated unit test generation tool which creates jest tests of React components.

Getting Started

The Assertly app repo is divided in three portions, api, client, and the react component.

Clone the repo, then install and and start the API by typing "npm install" then "npm run start" in the api directory. By default, this will start an express server in port 3002 which will write the unit tests as well as serve the client to the Assertly component in your React app. If a different port is preferred, you may set a system variable of ASSERTLY_PORT to use instead of the default.

The component to drop into your app is in the react directory. Import this component and place it at the head of your React app. No props are necessary to pass to the Assertly component. The purpose of the component is to execute an immediately invoked function expression which retrieves the client code from the running server.

No action is needed in the client directory; it contains the javascript that the api is serving to the Assertly component.

When generated, tests will be placed in the assertly_generated_tests sub-directory of the api directory.

Requirements

Assertly uses the current stable release of node. Please ensure your node environment is configured appropriately.

Example Application

For your convenience, an example application called "hello-world-client-app" is available for use. This example app uses react-scripts in the package.json. "npm install" then "npm run start" will launch the application on port 3000 in localhost. Note that the Assertly component has been inserted in App.js in the src sub-directory.

Running Your Tests

Unit tests automatically created by assertly shallow renders the component and asserts that "it exists and is not null". The test assumes the availability of Jest, Enzyme and Babel. Note that the Babel @babel/plugin-proposal-class-properties needs to be included in the plugins portion of your Babel config file for the test to run successfully.

Copyright & License

Copyright (c) 2020 Assertly Foundation - Released under the GNU license. Assertly and the Assertly Logo are trademarks of Assertly Foundation.

1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago