Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adobecom/nala

 
 

Repository files navigation

Nala

nala

Automated E2E and integration testing of Milo-based projects.

Get started

npm install

Basic use

Test everything

npm test

Test a Milo branch

You may want to test a Milo branch. This could be for either milo, consumers or both. This is done by setting an environment variable before you run your tests.

export branch=your-branch-name

Advanced use

Test only a specific consumer

npm test -- -g @bacom

Test only milo

npm test -- -g @milo

Test only a specific feature

npm test -- -g @large-button

Test multiple features

npm test -- -g @large-button -g @medium-button

About

Automated E2E testing of Milo-based projects.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 26