Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Added test directory for integrating Karma Test Runner #13

Closed
wants to merge 2 commits into from

Conversation

sambuddhabasu
Copy link
Member

Added test directory for integrating Karma Test Runner.
This includes sample_test.js which is a sample test just to make sure the tests are working successfully.
Fixes #9

@@ -0,0 +1,4 @@
{
"username": "yourSauceUsername",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you using this file for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The username and accessKey can be changed to specific user details so that the tests can be run on SauceLabs via their account.

@smcgregor
Copy link
Member

Have you tested this locally and on SauceLabs?

@sambuddhabasu
Copy link
Member Author

Yes, I have tested this locally and on SauceLabs and it works fine on both. If it looks good to you, should I squash the commits into one?

@sambuddhabasu
Copy link
Member Author

As per discussion on IRC with @smcgregor , it has been decided that changes need to be done in privly-applications so that we can pass the basepath and the browsers that will run the tests as command line arguments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Karma Test Runner
2 participants