Skip to content

IABTechLab/VAST-Tester

Repository files navigation

Please review the IAB Tech Lab Open Source Initiative Governance guidelines here for contributing to this project.

IAB Tech Lab VAST Tester

CircleCI JavaScript Standard Style

Tests IAB VAST ads. Contributed by the DoubleVerify team.

This tool is also hosted by IAB Tech Lab at vasttester.iabtechlab.com.

Getting Started

Install dependencies:

yarn

Get developing:

yarn start

Create a production build:

yarn run build

Architecture

This is a React app bootstrapped with Create React App. All state is maintained using Redux. Side effects of state mutation are modeled using redux-observable.

There are subdirectories for the standard React-Redux model:

In addition to those, there are also:

More detailed documentation will be added at a later stage. For now, we suggest exploring the source code.

Debugging

During development, you can use:

To Do

  • OM SDK in-app support
  • Resize support
  • Canned test scenarios
  • Reporting and recommendations
  • VAST validation

Contributing

We welcome pull requests for bug fixes and new features.

License

Copyright 2021 IAB Technology Laboratory, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages