Akhilesh Kr.

Results 55 comments of Akhilesh Kr.

@StephenYu2018 @seanlip I’ve configured the acceptance test to stop the suite on the first failure, even if it’s in the setup (beforeAll). However, for e2e tests, wdio does not provide...

@seanlip, If I got you correct, In the 'after' screenshot, the test suite failed during the setup phase itself, which is why no specific test name is displayed (and 'suit...

Jasmine already offers a configuration option for this. It can be done by activating the `stopOnSpecFailure` flag in the `jasmine.json` file.

@sarfarazsiddiquii, thank you for your interest in contributing! According to the [guidelines](https://github.com/oppia/oppia/wiki/Contributing-code-to-Oppia#choosing-a-good-first-issue), it would be really helpful if you may provide a brief explanation of what your PR will do....

@sarfarazsiddiquii may you kindly create a video demonstrating the solution functioning correctly on the development server? I guess, It’s generally beneficial to include a video showcasing the working solution in...

@sarfarazsiddiquii, I believe that the initial step should be to set up the project locally. For now, I guess a Python setup, would be better. This [wiki ](https://github.com/oppia/oppia/wiki/Installing-Oppia)might provide you...

Thank you, @annieyxy, for taking a look. While I too feel it's logical, I believe there might be some room for improvement. Specifically, two changes: i) The "Use this image"...

@Shriyam-Avasthi The error log indicates that the `pre-commit-python` script is encountering an issue when attempting to execute the `git diff core/feconf.py` command. Here are a few things you could verify:...