adobe / aio-e2e-tests

End to end testing for aio-* repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adobe I/O E2E Tests

E2e tests for Adobe I/O SDKs and tools.

Requirements

Each tested repository has its own requirements, mostly environment variables to be set.

Run

npm run all

Tests

Add a new e2e test

  • expose a npm run e2e command in the repo under test.
  • set the repo, branch, requiredEnv and doNotLog fields in repositories.json.
  • add to the above section a reference to a markdown describing what the test does.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

About

End to end testing for aio-* repos

License:Apache License 2.0


Languages

Language:JavaScript 100.0%