4.3.4 • Published 2 years ago

flex-plugin-e2e-tests v4.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm npm NpmLicense

Flex Plugin E2E Tests Suite

To be filled

Prerequisites

Make sure that chromedriver is on your path and matches your Chrome version

Create a new Test

To create a new test, use:

  • npm run create: creates a new test
  • npm run create 5: creates a test at step5 and then auto-increments all existing steps (i.e. step 5 -> 6, step 6-> 7, etc)

Running Locally

To run locally:

# cd into this package
cd packages/flex-plugin-e2e-tests
npm run build

# This is the sandbox environment created to test CLI installation and to create plugin. Remove before re-running a test
rm -rf ~/.local
TWILIO_ACCOUNT_SID=ACxxx TWILIO_AUTH_TOKEN=123 PACKAGE_VERSION="4.7.5-beta.0" npm start

You can also run a specific step by using:

... npm start -- --step 2

To run multiple steps:

... npm start -- --step 2 --step 3 --step 10

Contributors

Thank you to all the lovely contributors to this project. Please check the main repository to see all contributors.

License

MIT

4.3.2

2 years ago

4.3.1

2 years ago

4.3.4

2 years ago

4.3.3

2 years ago

4.3.0

2 years ago

4.2.3-rc.0

2 years ago

4.2.2

3 years ago

4.2.2-rc.0

3 years ago

4.2.1

3 years ago

4.2.0

3 years ago

4.1.4-rc.0

3 years ago

4.1.3

3 years ago

4.1.2

3 years ago

4.1.3-rc.0

3 years ago

4.1.1

3 years ago

4.0.2-rc.0

3 years ago

4.1.0

3 years ago

4.0.5-alpha.0

3 years ago

4.0.1-alpha.0

3 years ago

4.0.1-rc.0

3 years ago

4.0.1

3 years ago

4.9.1-beta.0

3 years ago

4.9.0-beta.0

3 years ago

4.7.3-betabeta.0

3 years ago

4.7.0-beta.0

3 years ago

4.8.0-beta.0

3 years ago

4.10.0-alpha.0

3 years ago

4.7.1-beta.0

3 years ago

4.0.0

3 years ago

4.7.4-beta.0

3 years ago

4.7.2-beta.0

3 years ago

4.7.7-beta.0

3 years ago

4.7.5-beta.0

3 years ago